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