Class IckleParser.ConstantContext

java.lang.Object
org.antlr.v4.runtime.RuleContext
org.antlr.v4.runtime.ParserRuleContext
org.infinispan.query.grammar.IckleParser.ConstantContext
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:
IckleParser

public static class IckleParser.ConstantContext extends org.antlr.v4.runtime.ParserRuleContext
  • Constructor Details

    • ConstantContext

      public ConstantContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
  • Method Details

    • parameterSpecification

      public IckleParser.ParameterSpecificationContext parameterSpecification()
    • booleanLiteral

      public IckleParser.BooleanLiteralContext booleanLiteral()
    • stringLiteral

      public IckleParser.StringLiteralContext stringLiteral()
    • signedNumericLiteral

      public IckleParser.SignedNumericLiteralContext signedNumericLiteral()
    • NULL

      public org.antlr.v4.runtime.tree.TerminalNode NULL()
    • getRuleIndex

      public int getRuleIndex()
      Overrides:
      getRuleIndex in class org.antlr.v4.runtime.RuleContext
    • accept

      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