JaCIL Framework API

IMethodContext.TraverseMethod Method 

Traverses a type context for translation.

void TraverseMethod(
   ClassInfo info,
   IClassInfoSet classes
);

Parameters

info
The ClassInfo for the current type being translated.
classes
The set of classes that were translated.

See Also

IMethodContext Interface | JaCIL.Compiler.Context Namespace