com.threerings.expr
Class StringExpression.Reference

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.expr.ObjectExpression<String>
          extended by com.threerings.expr.StringExpression
              extended by com.threerings.expr.StringExpression.Reference
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
StringExpression

public static class StringExpression.Reference
extends StringExpression

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.ObjectExpression
invalidate
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

@Editable
public String name
The name of the variable.


defvalue

@Editable
public String defvalue
The default value of the variable.

Constructor Detail

StringExpression.Reference

public StringExpression.Reference()
Method Detail

createEvaluator

public ObjectExpression.Evaluator<String> createEvaluator(Scope scope)
Description copied from class: ObjectExpression
Creates an expression evaluator for the supplied context.

Specified by:
createEvaluator in class ObjectExpression<String>


Copyright © 2011. All Rights Reserved.