|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
| Field Summary | |
|---|---|
boolean |
closureShare
|
String |
name
|
boolean |
staticContext
|
| Constructor Summary | |
DynamicVariable(String name, boolean context)
|
|
| Method Summary | |
|---|---|
Expression |
getInitialExpression()
|
String |
getName()
|
ClassNode |
getOriginType()
|
ClassNode |
getType()
|
boolean |
hasInitialExpression()
|
boolean |
isClosureSharedVariable()
|
boolean |
isDynamicTyped()
|
boolean |
isInStaticContext()
|
void |
setClosureSharedVariable(boolean inClosure)
|
| Constructor Detail |
|---|
public DynamicVariable(String name, boolean context)
| Method Detail |
|---|
public Expression getInitialExpression()
public String getName()
public ClassNode getOriginType()
public ClassNode getType()
public boolean hasInitialExpression()
public boolean isClosureSharedVariable()
public boolean isDynamicTyped()
public boolean isInStaticContext()
public void setClosureSharedVariable(boolean inClosure)