com.threerings.tudey.config
Class ExpressionConfig.UnaryOperation
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.ExpressionConfig
com.threerings.tudey.config.ExpressionConfig.UnaryOperation
- All Implemented Interfaces:
- Exportable, com.threerings.io.Streamable, Copyable, Cloneable
- Direct Known Subclasses:
- ExpressionConfig.Decrement, ExpressionConfig.Increment, ExpressionConfig.Negate, ExpressionConfig.Not
- Enclosing class:
- ExpressionConfig
public abstract static class ExpressionConfig.UnaryOperation
- extends ExpressionConfig
Base class for unary operations.
| 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 |
|
Method Summary |
void |
invalidate()
Invalidates any cached data. |
operand
@Editable
public ExpressionConfig operand
- The operand of the expression.
ExpressionConfig.UnaryOperation
public ExpressionConfig.UnaryOperation()
invalidate
public void invalidate()
- Description copied from class:
ExpressionConfig
- Invalidates any cached data.
- Overrides:
invalidate in class ExpressionConfig
Copyright © 2011. All Rights Reserved.