com.threerings.expr
Class StringExpression.Parsed

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.Parsed
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
StringExpression

public static class StringExpression.Parsed
extends StringExpression

An expression entered as a string to be parsed.


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 expression
          The expression to parse.
 
Constructor Summary
StringExpression.Parsed()
           
 
Method Summary
 ObjectExpression.Evaluator<String> createEvaluator(Scope scope)
          Creates an expression evaluator for the supplied context.
 void invalidate()
          Invalidates any cached data.
 
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

expression

@Editable
public String expression
The expression to parse.

Constructor Detail

StringExpression.Parsed

public StringExpression.Parsed()
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>

invalidate

public void invalidate()
Description copied from class: ObjectExpression
Invalidates any cached data.

Overrides:
invalidate in class ObjectExpression<String>


Copyright © 2011. All Rights Reserved.