public final class LocalReference extends GoloElement
Modifier and Type | Class and Description |
---|---|
static class |
LocalReference.Kind |
Modifier and Type | Method and Description |
---|---|
void |
accept(GoloIrVisitor visitor) |
boolean |
equals(java.lang.Object o) |
int |
getIndex() |
LocalReference.Kind |
getKind() |
java.lang.String |
getName() |
int |
hashCode() |
LocalReference |
index(int index) |
boolean |
isConstant() |
boolean |
isModuleState() |
boolean |
isSynthetic() |
LocalReference |
kind(LocalReference.Kind k) |
ReferenceLookup |
lookup() |
LocalReference |
moduleLevel() |
LocalReference |
ofAST(GoloASTNode n) |
protected void |
replaceElement(GoloElement original,
GoloElement newElement) |
void |
setIndex(int index) |
LocalReference |
synthetic() |
LocalReference |
synthetic(boolean isSynthetic) |
java.lang.String |
toString() |
LocalReference |
variable() |
void |
walk(GoloIrVisitor visitor) |
cantConvert, cantReplace, cantReplace, doesNotContain, getASTNode, getDocumentation, getLocalReferenceTable, getParentNode, getPositionInSourceCode, hasASTNode, makeParentOf, replaceInParentBy, setASTNode, setParentNode
public LocalReference ofAST(GoloASTNode n)
ofAST
in class GoloElement
public LocalReference.Kind getKind()
public LocalReference variable()
public LocalReference moduleLevel()
public LocalReference kind(LocalReference.Kind k)
public java.lang.String getName()
public LocalReference synthetic(boolean isSynthetic)
public LocalReference synthetic()
public boolean isSynthetic()
public boolean isModuleState()
public boolean isConstant()
public int getIndex()
public void setIndex(int index)
public LocalReference index(int index)
public ReferenceLookup lookup()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void accept(GoloIrVisitor visitor)
accept
in class GoloElement
public void walk(GoloIrVisitor visitor)
walk
in class GoloElement
protected void replaceElement(GoloElement original, GoloElement newElement)
replaceElement
in class GoloElement