com.threerings.expr
Class FloatExpression.Clock

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.expr.FloatExpression
          extended by com.threerings.expr.FloatExpression.Clock
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
FloatExpression

public static class FloatExpression.Clock
extends FloatExpression

A clock-based expression.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.expr.FloatExpression
FloatExpression.Add, FloatExpression.BinaryOperation, FloatExpression.Clock, FloatExpression.Constant, FloatExpression.Cos, FloatExpression.Divide, FloatExpression.Evaluator, FloatExpression.Exp, FloatExpression.Multiply, FloatExpression.Negate, FloatExpression.Noise1, FloatExpression.Noise2, FloatExpression.Parsed, FloatExpression.Pow, FloatExpression.Ramp, FloatExpression.Reference, FloatExpression.Remainder, FloatExpression.Saw, FloatExpression.Sin, FloatExpression.Square, FloatExpression.Subtract, FloatExpression.Tan, FloatExpression.Triangle, FloatExpression.UnaryOperation
 
Field Summary
 String scope
          The scope of the epoch reference.
 
Constructor Summary
FloatExpression.Clock()
           
 
Method Summary
 FloatExpression.Evaluator createEvaluator(Scope scope)
          Creates an expression evaluator for the supplied context.
 
Methods inherited from class com.threerings.expr.FloatExpression
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

scope

@Editable
public String scope
The scope of the epoch reference.

Constructor Detail

FloatExpression.Clock

public FloatExpression.Clock()
Method Detail

createEvaluator

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

Specified by:
createEvaluator in class FloatExpression


Copyright © 2011. All Rights Reserved.