com.threerings.tudey.config
Class ExpressionConfig.BinaryOperation

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.tudey.config.ExpressionConfig
          extended by com.threerings.tudey.config.ExpressionConfig.BinaryOperation
All Implemented Interfaces:
Exportable, com.threerings.io.Streamable, Copyable, Cloneable
Direct Known Subclasses:
ExpressionConfig.Add, ExpressionConfig.And, ExpressionConfig.Divide, ExpressionConfig.Equals, ExpressionConfig.Greater, ExpressionConfig.GreaterEquals, ExpressionConfig.Less, ExpressionConfig.LessEquals, ExpressionConfig.Multiply, ExpressionConfig.Or, ExpressionConfig.Remainder, ExpressionConfig.Subtract, ExpressionConfig.Xor
Enclosing class:
ExpressionConfig

public abstract static class ExpressionConfig.BinaryOperation
extends ExpressionConfig

Base class for binary operations.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.tudey.config.ExpressionConfig
ExpressionConfig.Add, ExpressionConfig.And, ExpressionConfig.BinaryOperation, ExpressionConfig.Constant, ExpressionConfig.Decrement, ExpressionConfig.Divide, ExpressionConfig.Equals, ExpressionConfig.Greater, ExpressionConfig.GreaterEquals, ExpressionConfig.Increment, ExpressionConfig.Less, ExpressionConfig.LessEquals, ExpressionConfig.Multiply, ExpressionConfig.Negate, ExpressionConfig.Not, ExpressionConfig.NumTargets, ExpressionConfig.Or, ExpressionConfig.Parsed, ExpressionConfig.Previous, ExpressionConfig.Reference, ExpressionConfig.Remainder, ExpressionConfig.Subtract, ExpressionConfig.UnaryOperation, ExpressionConfig.Xor
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
com.threerings.io.Streamable.Closure
 
Field Summary
 ExpressionConfig firstOperand
          The first operand of the expression.
 ExpressionConfig secondOperand
          The second operand of the expression.
 
Constructor Summary
ExpressionConfig.BinaryOperation()
           
 
Method Summary
 void invalidate()
          Invalidates any cached data.
 
Methods inherited from class com.threerings.tudey.config.ExpressionConfig
getLogicClassName
 
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

firstOperand

@Editable
public ExpressionConfig firstOperand
The first operand of the expression.


secondOperand

@Editable
public ExpressionConfig secondOperand
The second operand of the expression.

Constructor Detail

ExpressionConfig.BinaryOperation

public ExpressionConfig.BinaryOperation()
Method Detail

invalidate

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

Overrides:
invalidate in class ExpressionConfig


Copyright © 2011. All Rights Reserved.