public class Context
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Context |
get() |
CompilerDirective |
getCompilerDirective() |
DirectiveGenerator |
getGenerator() |
int |
getMaxColumns() |
ModuleCache |
getModuleCache() |
Target |
getTarget() |
static void |
init(CompilerDirective compilerDirective,
Target target,
int maxColumns) |
public static void init(CompilerDirective compilerDirective, Target target, int maxColumns)
public static Context get()
public int getMaxColumns()
public Target getTarget()
public CompilerDirective getCompilerDirective()
public DirectiveGenerator getGenerator()
public ModuleCache getModuleCache()