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