com.threerings.tudey.config
Class ExpressionConfig.Negate
java.lang.Object
com.threerings.util.DeepObject
com.threerings.tudey.config.ExpressionConfig
com.threerings.tudey.config.ExpressionConfig.UnaryOperation
com.threerings.tudey.config.ExpressionConfig.Negate
- All Implemented Interfaces:
- Exportable, com.threerings.io.Streamable, Copyable, Cloneable
- Enclosing class:
- ExpressionConfig
public static class ExpressionConfig.Negate
- extends ExpressionConfig.UnaryOperation
Negates the operand.
| 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 |
ExpressionConfig.Negate
public ExpressionConfig.Negate()
getLogicClassName
public String getLogicClassName()
- Description copied from class:
ExpressionConfig
- Returns the name of the server-side logic class for this expression.
- Specified by:
getLogicClassName in class ExpressionConfig
Copyright © 2011. All Rights Reserved.