JaCIL Framework API

MethodTranslator.TranslateMethodDefinition Method 

Translates the method defintion associated with the context with the type class info representing the type.

public virtual MethodVisitor TranslateMethodDefinition(
   ClassInfo info
);

Parameters

info
The class info to translate the field into.

Return Value

The method visitor for the method.

Implements

IMethodTranslator.TranslateMethodDefinition

See Also

MethodTranslator Class | JaCIL.Compiler.Standard.Translator Namespace