com.espertech.esper.epl.generated
Class EsperEPL2GrammarParser.UnaryExpressionContext

java.lang.Object
  extended by org.antlr.v4.runtime.RuleContext
      extended by org.antlr.v4.runtime.ParserRuleContext
          extended by com.espertech.esper.epl.generated.EsperEPL2GrammarParser.UnaryExpressionContext
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:
EsperEPL2GrammarParser

public static class EsperEPL2GrammarParser.UnaryExpressionContext
extends org.antlr.v4.runtime.ParserRuleContext


Field Summary
 org.antlr.v4.runtime.Token b
           
 org.antlr.v4.runtime.Token inner
           
 
Fields inherited from class org.antlr.v4.runtime.ParserRuleContext
children, exception, start, stop
 
Fields inherited from class org.antlr.v4.runtime.RuleContext
EMPTY, invokingState, parent
 
Constructor Summary
EsperEPL2GrammarParser.UnaryExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
           
 
Method Summary
 EsperEPL2GrammarParser.ArrayExpressionContext arrayExpression()
           
 EsperEPL2GrammarParser.BuiltinFuncContext builtinFunc()
           
 EsperEPL2GrammarParser.ChainedFunctionContext chainedFunction()
           
 EsperEPL2GrammarParser.ClassIdentifierContext classIdentifier()
           
 java.util.List<org.antlr.v4.runtime.tree.TerminalNode> COMMA()
           
 org.antlr.v4.runtime.tree.TerminalNode COMMA(int i)
           
 EsperEPL2GrammarParser.ConstantContext constant()
           
 void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
           
 EsperEPL2GrammarParser.EventPropertyContext eventProperty()
           
 EsperEPL2GrammarParser.EventPropertyOrLibFunctionContext eventPropertyOrLibFunction()
           
 EsperEPL2GrammarParser.ExistsSubSelectExpressionContext existsSubSelectExpression()
           
 void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
           
 java.util.List<EsperEPL2GrammarParser.ExpressionContext> expression()
           
 EsperEPL2GrammarParser.ExpressionContext expression(int i)
           
 int getRuleIndex()
           
 org.antlr.v4.runtime.tree.TerminalNode IDENT()
           
 EsperEPL2GrammarParser.JsonobjectContext jsonobject()
           
 org.antlr.v4.runtime.tree.TerminalNode LBRACK()
           
 org.antlr.v4.runtime.tree.TerminalNode LCURLY()
           
 org.antlr.v4.runtime.tree.TerminalNode LPAREN()
           
 org.antlr.v4.runtime.tree.TerminalNode MINUS()
           
 java.util.List<EsperEPL2GrammarParser.NewAssignContext> newAssign()
           
 EsperEPL2GrammarParser.NewAssignContext newAssign(int i)
           
 org.antlr.v4.runtime.tree.TerminalNode NEWKW()
           
 org.antlr.v4.runtime.tree.TerminalNode RBRACK()
           
 org.antlr.v4.runtime.tree.TerminalNode RCURLY()
           
 EsperEPL2GrammarParser.RowSubSelectExpressionContext rowSubSelectExpression()
           
 org.antlr.v4.runtime.tree.TerminalNode RPAREN()
           
 EsperEPL2GrammarParser.SubstitutionCanChainContext substitutionCanChain()
           
 
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
 
Methods inherited from class org.antlr.v4.runtime.RuleContext
accept, depth, getPayload, getRuleContext, getText, inspect, inspect, isEmpty, save, save, save, save, toString, toString, toString, toString, toString, toStringTree, toStringTree, toStringTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

inner

public org.antlr.v4.runtime.Token inner

b

public org.antlr.v4.runtime.Token b
Constructor Detail

EsperEPL2GrammarParser.UnaryExpressionContext

public EsperEPL2GrammarParser.UnaryExpressionContext(org.antlr.v4.runtime.ParserRuleContext parent,
                                                     int invokingState)
Method Detail

chainedFunction

public EsperEPL2GrammarParser.ChainedFunctionContext chainedFunction()

eventPropertyOrLibFunction

public EsperEPL2GrammarParser.EventPropertyOrLibFunctionContext eventPropertyOrLibFunction()

arrayExpression

public EsperEPL2GrammarParser.ArrayExpressionContext arrayExpression()

LCURLY

public org.antlr.v4.runtime.tree.TerminalNode LCURLY()

expression

public EsperEPL2GrammarParser.ExpressionContext expression(int i)

existsSubSelectExpression

public EsperEPL2GrammarParser.ExistsSubSelectExpressionContext existsSubSelectExpression()

RBRACK

public org.antlr.v4.runtime.tree.TerminalNode RBRACK()

substitutionCanChain

public EsperEPL2GrammarParser.SubstitutionCanChainContext substitutionCanChain()

rowSubSelectExpression

public EsperEPL2GrammarParser.RowSubSelectExpressionContext rowSubSelectExpression()

COMMA

public org.antlr.v4.runtime.tree.TerminalNode COMMA(int i)

LBRACK

public org.antlr.v4.runtime.tree.TerminalNode LBRACK()

IDENT

public org.antlr.v4.runtime.tree.TerminalNode IDENT()

LPAREN

public org.antlr.v4.runtime.tree.TerminalNode LPAREN()

COMMA

public java.util.List<org.antlr.v4.runtime.tree.TerminalNode> COMMA()

classIdentifier

public EsperEPL2GrammarParser.ClassIdentifierContext classIdentifier()

eventProperty

public EsperEPL2GrammarParser.EventPropertyContext eventProperty()

newAssign

public EsperEPL2GrammarParser.NewAssignContext newAssign(int i)

newAssign

public java.util.List<EsperEPL2GrammarParser.NewAssignContext> newAssign()

builtinFunc

public EsperEPL2GrammarParser.BuiltinFuncContext builtinFunc()

jsonobject

public EsperEPL2GrammarParser.JsonobjectContext jsonobject()

RPAREN

public org.antlr.v4.runtime.tree.TerminalNode RPAREN()

NEWKW

public org.antlr.v4.runtime.tree.TerminalNode NEWKW()

constant

public EsperEPL2GrammarParser.ConstantContext constant()

RCURLY

public org.antlr.v4.runtime.tree.TerminalNode RCURLY()

MINUS

public org.antlr.v4.runtime.tree.TerminalNode MINUS()

expression

public java.util.List<EsperEPL2GrammarParser.ExpressionContext> expression()

getRuleIndex

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

enterRule

public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
Overrides:
enterRule in class org.antlr.v4.runtime.ParserRuleContext

exitRule

public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
Overrides:
exitRule in class org.antlr.v4.runtime.ParserRuleContext

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com