public class StateIdentifier1 extends StackState<foundation.rpg.common.symbols.Identifier,State>
| Constructor and Description |
|---|
StateIdentifier1(GroupByFactory factory,
foundation.rpg.common.symbols.Identifier node,
State prev) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
stack() |
State |
visitComma(foundation.rpg.common.symbols.Comma symbol) |
State |
visitDot(foundation.rpg.common.symbols.Dot symbol) |
State |
visitEnd(foundation.rpg.parser.End symbol) |
getNode, getPrevgetFactory, visitArrayOfExpressionOfAny, visitExpressionOfAny, visitIdentifier, visitNonEmptyListOfExpressionOfAny, visitWhiteSpacepublic StateIdentifier1(GroupByFactory factory, foundation.rpg.common.symbols.Identifier node, State prev)
public State visitEnd(foundation.rpg.parser.End symbol) throws foundation.rpg.parser.UnexpectedInputException
public State visitDot(foundation.rpg.common.symbols.Dot symbol) throws foundation.rpg.parser.UnexpectedInputException
public State visitComma(foundation.rpg.common.symbols.Comma symbol) throws foundation.rpg.parser.UnexpectedInputException
visitComma in class Statefoundation.rpg.parser.UnexpectedInputExceptionCopyright © 2020. All rights reserved.