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

protected static class SimpleTsonParserVisitor.StackContext extends Object
  • Constructor Details

    • StackContext

      protected StackContext()
  • Method Details

    • setContextValue

      public void setContextValue(String name, Object o)
    • getContextValue

      public <T> T getContextValue(String name)
    • addToSetContextValue

      public <T> void addToSetContextValue(String name, T v)
    • addToListContextValue

      public <T> void addToListContextValue(String name, T v)
    • addToMapContextValue

      public <K,T> void addToMapContextValue(String name, K varName, T v)