Class SimpleTsonParserVisitor.StackContext
java.lang.Object
net.thevpc.tson.impl.parser.SimpleTsonParserVisitor.StackContext
- Direct Known Subclasses:
SimpleTsonParserVisitor.AnnotationContext, SimpleTsonParserVisitor.DocumentContext, SimpleTsonParserVisitor.ElementContext, SimpleTsonParserVisitor.PartialElementContext
- Enclosing class:
SimpleTsonParserVisitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> voidaddToListContextValue(String name, T v) <K,T> void addToMapContextValue(String name, K varName, T v) <T> voidaddToSetContextValue(String name, T v) <T> TgetContextValue(String name) voidsetContextValue(String name, Object o)
-
Constructor Details
-
StackContext
protected StackContext()
-
-
Method Details
-
setContextValue
-
getContextValue
-
addToSetContextValue
-
addToListContextValue
-
addToMapContextValue
-