com.threerings.expr
Class QuaternionExpression.Constant

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

public static class QuaternionExpression.Constant
extends QuaternionExpression

A constant expression.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.expr.QuaternionExpression
QuaternionExpression.Angles, QuaternionExpression.Constant, QuaternionExpression.Reference
 
Nested classes/interfaces inherited from class com.threerings.expr.ObjectExpression
ObjectExpression.Evaluator<T>
 
Field Summary
 Quaternion value
          The value of the constant.
 
Constructor Summary
QuaternionExpression.Constant()
           
 
Method Summary
 ObjectExpression.Evaluator<Quaternion> 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

value

@Editable
public Quaternion value
The value of the constant.

Constructor Detail

QuaternionExpression.Constant

public QuaternionExpression.Constant()
Method Detail

createEvaluator

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

Specified by:
createEvaluator in class ObjectExpression<Quaternion>


Copyright © 2011. All Rights Reserved.