public class StateObject5 extends StackState<Object,StackState<Colon,StackState<String,? extends State>>>
| Constructor and Description |
|---|
StateObject5(JsonFactory factory,
Object node,
StackState<Colon,StackState<String,? extends 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 StateObject5(JsonFactory factory, Object node, StackState<Colon,StackState<String,? extends 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.