public class StateInteger2 extends StackState<Integer,State>
| Constructor and Description |
|---|
StateInteger2(JsonFactory factory,
Integer node,
State prev) |
| Modifier and Type | Method and Description |
|---|---|
State |
visitComma(Comma symbol) |
State |
visitRBr(RBr symbol) |
getNode, getPrevgetFactory, visitColon, visitDouble, visitEnd, visitInteger, visitLBr, visitLCurl, visitListOfObject, visitMapOfObject, visitObject, visitRCurl, visitString, visitWhiteSpacepublic StateInteger2(JsonFactory factory, Integer node, State prev)
public State visitRBr(RBr symbol) throws UnexpectedInputException
visitRBr in class StateUnexpectedInputExceptionpublic State visitComma(Comma symbol) throws UnexpectedInputException
visitComma in class StateUnexpectedInputExceptionCopyright © 2020. All rights reserved.