| Modifier and Type | Method and Description |
|---|---|
HNDeclareInvokable |
HNDeclareInvokable.buildInvokable() |
HNDeclareInvokable |
HNDeclareInvokable.setArguments(List<HNDeclareIdentifier> arguments) |
HNDeclareInvokable |
HNDeclareInvokable.setBody(HNode body) |
HNDeclareInvokable |
HNDeclareInvokable.setConstr(boolean constr) |
HNDeclareInvokable |
HNDeclareInvokable.setDeclaringType(HNDeclareType declaringType) |
HNDeclareInvokable |
HNDeclareInvokable.setEffectiveReturnType(net.thevpc.jeep.JType effectiveReturnType) |
HNDeclareInvokable |
HNDeclareInvokable.setGenericVariables(HNTypeToken[] genericVariables) |
HNDeclareInvokable |
HNDeclareInvokable.setImmediateBody(boolean immediateBody) |
HNDeclareInvokable |
HNDeclareInvokable.setInvokable(net.thevpc.jeep.JInvokable invokable) |
HNDeclareInvokable |
HNDeclareInvokable.setInvokableType(HLInvokableType invokableType) |
HNDeclareInvokable |
HNDeclareInvokable.setNameToken(net.thevpc.jeep.JToken nameToken) |
HNDeclareInvokable |
HNDeclareInvokable.setReturnTypeName(HNTypeToken returnTypeName) |
HNDeclareInvokable |
HNDeclareInvokable.setSignature(net.thevpc.jeep.impl.functions.JNameSignature signature) |
| Modifier and Type | Method and Description |
|---|---|
List<HNDeclareInvokable> |
HNBlock.findDeclaredInvokables() |
List<HNDeclareInvokable> |
HNBlock.findDeclaredInvokables(boolean fast) |
List<HNDeclareInvokable> |
HNBlock.getFunctionDeclarations() |
| Modifier and Type | Method and Description |
|---|---|
void |
DuplicateDefChecker.add(HNDeclareInvokable a) |
| Modifier and Type | Method and Description |
|---|---|
void |
DuplicateDefChecker.addInvokables(List<HNDeclareInvokable> a) |
| Modifier and Type | Field and Description |
|---|---|
HNDeclareInvokable |
HNElementMethod.declaration |
| Modifier and Type | Method and Description |
|---|---|
HNDeclareInvokable |
HNElementMethod.getDeclaration() |
HNDeclareInvokable |
HNElementConstructor.getDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
HNElementMethod |
HNElementMethod.setDeclaration(HNDeclareInvokable declaration) |
HNElementConstructor |
HNElementConstructor.setDeclaration(HNDeclareInvokable declaration) |
| Modifier and Type | Method and Description |
|---|---|
HNDeclareInvokable |
HLJCompilerContext.lookupEnclosingInvokable() |
| Modifier and Type | Method and Description |
|---|---|
void |
BodyJInvoke.rebuild(HNDeclareInvokable v) |
| Constructor and Description |
|---|
BodyJInvoke(HNDeclareInvokable v) |
| Constructor and Description |
|---|
HIndexedConstructor(HNDeclareInvokable m) |
HIndexedMethod(HNDeclareInvokable m) |
| Modifier and Type | Method and Description |
|---|---|
HNDeclareInvokable |
HStage08JavaTransform.getMainModuleMethod(HStage08JavaTransform.HLJCompilerContext2 compilerContext)
search for module main method (outside any class) .
|
HNDeclareInvokable |
HStage08JavaTransform.getOrCreateMainMethod(HStage08JavaTransform.HLJCompilerContext2 compilerContext) |
HNDeclareInvokable |
HStage08JavaTransform.getOrCreateRunModuleMethod(HStage08JavaTransform.HLJCompilerContext2 compilerContext) |
HNDeclareInvokable |
HStage08JavaTransform.getRunModuleMethod(HStage08JavaTransform.HLJCompilerContext2 compilerContext) |
| Modifier and Type | Method and Description |
|---|---|
static HNDeclareInvokable |
HNodeUtils.getMainMethod(HNBlock block) |
static HNDeclareInvokable |
HNodeUtils.getMainMethod(HNDeclareType type) |
Copyright © 2025 vpc open source initiative. All rights reserved.