public class StateRBr5 extends StackState<RBr,StackState<LBr,? extends State>>
| Constructor and Description |
|---|
StateRBr5(JsonFactory factory,
RBr node,
StackState<LBr,? 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 StateRBr5(JsonFactory factory, RBr node, StackState<LBr,? 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.