Uses of Class
com.threerings.expr.Variable

Packages that use Variable
com.threerings.expr Expression evaluation and binding classes. 
com.threerings.expr.util   
 

Uses of Variable in com.threerings.expr
 

Methods in com.threerings.expr that return Variable
static Variable Variable.newInstance(boolean value)
          Creates a new variable with the given initial value.
static Variable Variable.newInstance(byte value)
          Creates a new variable with the given initial value.
static Variable Variable.newInstance(char value)
          Creates a new variable with the given initial value.
static Variable Variable.newInstance(double value)
          Creates a new variable with the given initial value.
static Variable Variable.newInstance(float value)
          Creates a new variable with the given initial value.
static Variable Variable.newInstance(int value)
          Creates a new variable with the given initial value.
static Variable Variable.newInstance(long value)
          Creates a new variable with the given initial value.
static Variable Variable.newInstance(Object value)
          Creates a new variable with the given initial value.
static Variable Variable.newInstance(short value)
          Creates a new variable with the given initial value.
 

Uses of Variable in com.threerings.expr.util
 

Methods in com.threerings.expr.util that return Variable
static Variable ScopeUtil.resolve(Scope scope, String name, Variable defvalue)
          Attempts to resolve a variable symbol.
 

Methods in com.threerings.expr.util with parameters of type Variable
static Variable ScopeUtil.resolve(Scope scope, String name, Variable defvalue)
          Attempts to resolve a variable symbol.
 



Copyright © 2011. All Rights Reserved.