Class SchemaParser.BooleanContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Simple_typeContext
org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.BooleanContext
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTree, org.antlr.v4.runtime.tree.RuleNode, org.antlr.v4.runtime.tree.SyntaxTree, org.antlr.v4.runtime.tree.Tree
Enclosing class:
SchemaParser

public static class SchemaParser.BooleanContext extends SchemaParser.Simple_typeContext
  • Field Summary Link icon

    Fields inherited from class org.antlr.v4.runtime.ParserRuleContext Link icon

    children, exception, start, stop

    Fields inherited from class org.antlr.v4.runtime.RuleContext Link icon

    EMPTY, invokingState, parent
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    <T> T
    accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
     
    org.antlr.v4.runtime.tree.TerminalNode
     

    Methods inherited from class org.apache.drill.exec.record.metadata.schema.parser.SchemaParser.Simple_typeContext Link icon

    copyFrom, getRuleIndex

    Methods inherited from class org.antlr.v4.runtime.ParserRuleContext Link icon

    addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString

    Methods inherited from class org.antlr.v4.runtime.RuleContext Link icon

    depth, getAltNumber, getPayload, getRuleContext, getText, isEmpty, setAltNumber, setParent, toString, toString, toString, toString, toString, toStringTree, toStringTree, toStringTree

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details Link icon

  • Method Details Link icon

    • BOOLEAN Link icon

      public org.antlr.v4.runtime.tree.TerminalNode BOOLEAN()
    • accept Link icon

      public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
      Specified by:
      accept in interface org.antlr.v4.runtime.tree.ParseTree
      Overrides:
      accept in class org.antlr.v4.runtime.RuleContext