com.threerings.expr
Class ExpressionParser.ArrayIndex
java.lang.Object
com.threerings.expr.ExpressionParser.Identifier
com.threerings.expr.ExpressionParser.ArrayIndex
- Enclosing class:
- ExpressionParser<T>
protected static class ExpressionParser.ArrayIndex
- extends ExpressionParser.Identifier
An array index identifier.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressionParser.ArrayIndex
public ExpressionParser.ArrayIndex(String name)
- Creates a new array index identifier.
handle
public <T> T handle(ExpressionParser<T> parser)
throws Exception
- Description copied from class:
ExpressionParser.Identifier
- Calls the appropriate form of the handle method.
- Overrides:
handle in class ExpressionParser.Identifier
- Throws:
Exception