All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
static HNElementInvokable |
getElementInvokable(net.thevpc.jeep.JNode node) |
HNode |
getInvokableCallNode(net.thevpc.jeep.JNode newNode,
net.thevpc.jeep.JNode oldNode) |
HNDeclareInvokable |
getMainModuleMethod(HStage08JavaTransform.HLJCompilerContext2 compilerContext)
search for module main method (outside any class) .
|
HNDeclareInvokable |
getOrCreateMainMethod(HStage08JavaTransform.HLJCompilerContext2 compilerContext) |
HNDeclareInvokable |
getOrCreateRunModuleMethod(HStage08JavaTransform.HLJCompilerContext2 compilerContext) |
HNBlock |
getOrCreateRunModuleMethodBody(HStage08JavaTransform.HLJCompilerContext2 compilerContext) |
HNBlock |
getOrCreateSpecialInitializer(HNBlock classTypeBody,
HStage08JavaTransform.HLJCompilerContext2 compilerContext,
boolean isStatic) |
HNDeclareInvokable |
getRunModuleMethod(HStage08JavaTransform.HLJCompilerContext2 compilerContext) |
HNBlock |
getSpecialInitializer(HNBlock classTypeBody,
HStage08JavaTransform.HLJCompilerContext2 compilerContext,
boolean isStatic) |
HTask[] |
getTasks() |
boolean |
isEnabled(HProject project,
HL options) |
HNDeclareType |
lookupEnclosingDeclareTypeNew(HStage08JavaTransform.HLJCompilerContext2 compilerContext) |
protected HNode |
onIdentifier(HNIdentifier node,
HStage08JavaTransform.HLJCompilerContext2 compilerContext) |
protected HNode |
onOpDot(HNOpDot node,
HStage08JavaTransform.HLJCompilerContext2 compilerContext) |
HNode |
prepareInvokableCall(HNode base,
HNode[] args,
net.thevpc.jeep.JInvokable invokable,
HStage08JavaTransform.HLJCompilerContext2 compilerContext) |
HNode |
processNode(HNode node,
HStage08JavaTransform.HLJCompilerContext2 compilerContext) |
void |
processProject(HProject project,
HOptions options) |