| Package | Description |
|---|---|
| net.hl.compiler.ast | |
| net.hl.compiler.core.elements | |
| net.hl.compiler.core.invokables |
| Modifier and Type | Method and Description |
|---|---|
HNElement |
HNode.getElement() |
| Modifier and Type | Method and Description |
|---|---|
HNode |
HNode.setElement(HNElement element) |
| Modifier and Type | Class and Description |
|---|---|
class |
HNElementAssign |
class |
HNElementBracketsVar |
class |
HNElementConstructor |
class |
HNElementExpr |
class |
HNElementField |
class |
HNElementIdentifierDef |
class |
HNElementInvokable |
class |
HNElementLambda |
class |
HNElementLocalVar |
class |
HNElementMetaPackageArtifact |
class |
HNElementMetaPackageGroup |
class |
HNElementMetaPackageVersion |
class |
HNElementMethod |
class |
HNElementNonExpr |
class |
HNElementPackage |
class |
HNElementStatement |
class |
HNElementType |
class |
HNElementWhenDo |
| Modifier and Type | Method and Description |
|---|---|
HNElement |
HNElement.copy() |
HNElement |
HNElementConstructor.setArgNodes(HNode[] argNodes) |
abstract HNElement |
HNElementInvokable.setArgNodes(HNode[] argNodes) |
HNElement |
HNElement.setLocation(net.thevpc.jeep.JToken location) |
HNElement |
HNElement.setSource(net.thevpc.common.textsource.JTextSource source) |
| Modifier and Type | Method and Description |
|---|---|
static HNElementLocalVar |
HNElementLocalVar.get(HNElement element) |
static HNElementType |
HNElementType.get(HNElement element) |
static HNElementExpr |
HNElementExpr.get(HNElement element) |
| Modifier and Type | Method and Description |
|---|---|
HNElement |
HLJCompilerContext.lookupElement(net.thevpc.jeep.JOnError onError,
String name,
HNode dotBase,
HNode[] arguments,
boolean lhs,
net.thevpc.jeep.JToken location,
net.thevpc.jeep.JNode fromNode,
FindMatchFailInfo failInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
HLJCompilerContext.markLocalDeclared(HNElement element,
net.thevpc.jeep.JNode declaringNode,
net.thevpc.jeep.JToken location) |
Copyright © 2021 vpc open source initiative. All rights reserved.