public class ClosureReference extends ExpressionStatement
| Constructor and Description |
|---|
ClosureReference(GoloFunction target) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(GoloIrVisitor visitor) |
boolean |
addCapturedReferenceName(String s) |
Set<String> |
getCapturedReferenceNames() |
int |
getSyntheticArgumentsIndexStart() |
GoloFunction |
getTarget() |
void |
setSyntheticArgumentsIndexStart(int syntheticArgumentsIndexStart) |
getASTNode, getPositionInSourceCode, setASTNodepublic ClosureReference(GoloFunction target)
public GoloFunction getTarget()
public boolean addCapturedReferenceName(String s)
public void accept(GoloIrVisitor visitor)
accept in class GoloStatementpublic void setSyntheticArgumentsIndexStart(int syntheticArgumentsIndexStart)
public int getSyntheticArgumentsIndexStart()
Copyright © 2013 Institut National des Sciences Appliquées de Lyon (INSA-Lyon). All Rights Reserved.