JaCIL Framework API

MethodContext.TraverseMethod Method 

Traverses a type context for translation.

public virtual void TraverseMethod(
   ClassInfo info,
   IClassInfoSet classes
);

Parameters

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

Implements

IMethodContext.TraverseMethod

See Also

MethodContext Class | JaCIL.Compiler.Context Namespace