JaCIL Framework API
FieldContext Constructor
Creates the context.
public FieldContext(
ITypeContext
typeContext
,
FieldDefinition
field
);
Parameters
typeContext
The type context of this context.
field
The field definition for this context.
See Also
FieldContext Class
|
JaCIL.Compiler.Context Namespace