com.threerings.expr
Class ExpressionBinding.IntegerBinding

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

public static class ExpressionBinding.IntegerBinding
extends ExpressionBinding

An integer binding.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.expr.ExpressionBinding
ExpressionBinding.Color4fBinding, ExpressionBinding.FloatBinding, ExpressionBinding.IntegerBinding, ExpressionBinding.StringBinding, ExpressionBinding.Transform3DBinding
 
Field Summary
 IntegerExpression expression
          The expression that determines the value.
 
Fields inherited from class com.threerings.expr.ExpressionBinding
flags, paths
 
Constructor Summary
ExpressionBinding.IntegerBinding()
           
 
Method Summary
 Updater createUpdater(ConfigManager cfgmgr, Scope scope, Object object)
          Creates a value updater for the supplied context and target object.
 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 IntegerExpression expression
The expression that determines the value.

Constructor Detail

ExpressionBinding.IntegerBinding

public ExpressionBinding.IntegerBinding()
Method Detail

createUpdater

public Updater createUpdater(ConfigManager cfgmgr,
                             Scope scope,
                             Object object)
Description copied from class: ExpressionBinding
Creates a value updater for the supplied context and target object.

Specified by:
createUpdater in class ExpressionBinding

invalidate

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

Overrides:
invalidate in class ExpressionBinding


Copyright © 2011. All Rights Reserved.