JaCIL Framework API

IMethodTranslator.TranslateMethodDefinition Method 

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

MethodVisitor TranslateMethodDefinition(
   ClassInfo info
);

Parameters

info
The class info to translate the field into.

Return Value

The method visitor for the method. This method should return null if no method is to be generated.

Remarks

This method's implementation should provide a method visitor that defines the method. The body of the method should not be defined.

See Also

IMethodTranslator Interface | JaCIL.Compiler.Translator Namespace