Class JPPExpressionParser

java.lang.Object
org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
org.antlr.v4.runtime.Parser
org.variantsync.diffdetective.feature.antlr.JPPExpressionParser

public class JPPExpressionParser extends org.antlr.v4.runtime.Parser
  • Field Details

  • Constructor Details

    • JPPExpressionParser

      public JPPExpressionParser(org.antlr.v4.runtime.TokenStream input)
  • Method Details

    • makeRuleNames

      private static String[] makeRuleNames()
    • makeLiteralNames

      private static String[] makeLiteralNames()
    • makeSymbolicNames

      private static String[] makeSymbolicNames()
    • getTokenNames

      @Deprecated public String[] getTokenNames()
      Deprecated.
      Specified by:
      getTokenNames in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
    • getVocabulary

      public org.antlr.v4.runtime.Vocabulary getVocabulary()
      Overrides:
      getVocabulary in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
    • getGrammarFileName

      public String getGrammarFileName()
      Specified by:
      getGrammarFileName in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
    • getRuleNames

      public String[] getRuleNames()
      Specified by:
      getRuleNames in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
    • getSerializedATN

      public String getSerializedATN()
      Overrides:
      getSerializedATN in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
    • getATN

      public org.antlr.v4.runtime.atn.ATN getATN()
      Specified by:
      getATN in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
    • expression

      public final JPPExpressionParser.ExpressionContext expression() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • logicalOrExpression

      public final JPPExpressionParser.LogicalOrExpressionContext logicalOrExpression() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • logicalAndExpression

      public final JPPExpressionParser.LogicalAndExpressionContext logicalAndExpression() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • primaryExpression

      public final JPPExpressionParser.PrimaryExpressionContext primaryExpression() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • comparisonExpression

      public final JPPExpressionParser.ComparisonExpressionContext comparisonExpression() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • operand

      public final JPPExpressionParser.OperandContext operand() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • definedExpression

      public final JPPExpressionParser.DefinedExpressionContext definedExpression() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • undefinedExpression

      public final JPPExpressionParser.UndefinedExpressionContext undefinedExpression() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • propertyExpression

      public final JPPExpressionParser.PropertyExpressionContext propertyExpression() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • unaryOperator

      public final JPPExpressionParser.UnaryOperatorContext unaryOperator() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException