public class ReferenceLookup extends ExpressionStatement
| Constructor and Description |
|---|
ReferenceLookup(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(GoloIrVisitor visitor) |
String |
getName() |
LocalReference |
resolveIn(ReferenceTable referenceTable) |
getASTNode, getPositionInSourceCode, hasASTNode, setASTNodepublic ReferenceLookup(String name)
public String getName()
public LocalReference resolveIn(ReferenceTable referenceTable)
public void accept(GoloIrVisitor visitor)
accept in class GoloStatementCopyright © 2014 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.