public class StateRCurl5 extends StackState<RCurl,StackState<LCurl,? extends State>>
| Constructor and Description |
|---|
StateRCurl5(JsonFactory factory,
RCurl node,
StackState<LCurl,? 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 StateRCurl5(JsonFactory factory, RCurl node, StackState<LCurl,? 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.