Class NotAST

java.lang.Object
org.antlr.runtime.tree.BaseTree
org.antlr.runtime.tree.CommonTree
org.antlr.v4.tool.ast.GrammarAST
org.antlr.v4.tool.ast.NotAST
All Implemented Interfaces:
org.antlr.runtime.tree.Tree, RuleElementAST

public class NotAST extends GrammarAST implements RuleElementAST
  • Constructor Details

    • NotAST

      public NotAST(NotAST node)
    • NotAST

      public NotAST(int type, org.antlr.runtime.Token t)
  • Method Details