|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.expr.ObjectExpression<String>
com.threerings.expr.StringExpression
com.threerings.expr.StringExpression.Reference
public static class StringExpression.Reference
A reference expression.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.threerings.expr.StringExpression |
|---|
StringExpression.Constant, StringExpression.Parsed, StringExpression.Reference |
| Nested classes/interfaces inherited from class com.threerings.expr.ObjectExpression |
|---|
ObjectExpression.Evaluator<T> |
| Field Summary | |
|---|---|
String |
defvalue
The default value of the variable. |
String |
name
The name of the variable. |
| Constructor Summary | |
|---|---|
StringExpression.Reference()
|
|
| Method Summary | |
|---|---|
ObjectExpression.Evaluator<String> |
createEvaluator(Scope scope)
Creates an expression evaluator for the supplied context. |
| Methods inherited from class com.threerings.expr.StringExpression |
|---|
parseExpression |
| Methods inherited from class com.threerings.expr.ObjectExpression |
|---|
invalidate |
| Methods inherited from class com.threerings.util.DeepObject |
|---|
clone, copy, copy, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@Editable public String name
@Editable public String defvalue
| Constructor Detail |
|---|
public StringExpression.Reference()
| Method Detail |
|---|
public ObjectExpression.Evaluator<String> createEvaluator(Scope scope)
ObjectExpression
createEvaluator in class ObjectExpression<String>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||