Package io.operon.parser
Class OperonTestsParser.ExprContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- io.operon.parser.OperonTestsParser.ExprContext
-
- 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:
- OperonTestsParser
public static class OperonTestsParser.ExprContext extends org.antlr.v4.runtime.ParserRuleContext
-
-
Constructor Summary
Constructors Constructor Description ExprContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
-
-
-
-
Method Detail
-
json
public List<OperonTestsParser.JsonContext> json()
-
json
public OperonTestsParser.JsonContext json(int i)
-
assign_expr
public List<OperonTestsParser.Assign_exprContext> assign_expr()
-
assign_expr
public OperonTestsParser.Assign_exprContext assign_expr(int i)
-
computed_value_ref
public List<OperonTestsParser.Computed_value_refContext> computed_value_ref()
-
computed_value_ref
public OperonTestsParser.Computed_value_refContext computed_value_ref(int i)
-
value_ref
public List<OperonTestsParser.Value_refContext> value_ref()
-
value_ref
public OperonTestsParser.Value_refContext value_ref(int i)
-
obj_access
public List<OperonTestsParser.Obj_accessContext> obj_access()
-
obj_access
public OperonTestsParser.Obj_accessContext obj_access(int i)
-
obj_dynamic_access
public List<OperonTestsParser.Obj_dynamic_accessContext> obj_dynamic_access()
-
obj_dynamic_access
public OperonTestsParser.Obj_dynamic_accessContext obj_dynamic_access(int i)
-
obj_deep_scan
public List<OperonTestsParser.Obj_deep_scanContext> obj_deep_scan()
-
obj_deep_scan
public OperonTestsParser.Obj_deep_scanContext obj_deep_scan(int i)
-
obj_dynamic_deep_scan
public List<OperonTestsParser.Obj_dynamic_deep_scanContext> obj_dynamic_deep_scan()
-
obj_dynamic_deep_scan
public OperonTestsParser.Obj_dynamic_deep_scanContext obj_dynamic_deep_scan(int i)
-
lambda_function_call
public List<OperonTestsParser.Lambda_function_callContext> lambda_function_call()
-
lambda_function_call
public OperonTestsParser.Lambda_function_callContext lambda_function_call(int i)
-
lambda_function_ref
public List<OperonTestsParser.Lambda_function_refContext> lambda_function_ref()
-
lambda_function_ref
public OperonTestsParser.Lambda_function_refContext lambda_function_ref(int i)
-
auto_invoke_ref
public List<OperonTestsParser.Auto_invoke_refContext> auto_invoke_ref()
-
auto_invoke_ref
public OperonTestsParser.Auto_invoke_refContext auto_invoke_ref(int i)
-
function_call
public List<OperonTestsParser.Function_callContext> function_call()
-
function_call
public OperonTestsParser.Function_callContext function_call(int i)
-
function_ref
public List<OperonTestsParser.Function_refContext> function_ref()
-
function_ref
public OperonTestsParser.Function_refContext function_ref(int i)
-
function_ref_invoke
public List<OperonTestsParser.Function_ref_invokeContext> function_ref_invoke()
-
function_ref_invoke
public OperonTestsParser.Function_ref_invokeContext function_ref_invoke(int i)
-
function_ref_invoke_full
public List<OperonTestsParser.Function_ref_invoke_fullContext> function_ref_invoke_full()
-
function_ref_invoke_full
public OperonTestsParser.Function_ref_invoke_fullContext function_ref_invoke_full(int i)
-
operon_type_function_shortcut
public List<OperonTestsParser.Operon_type_function_shortcutContext> operon_type_function_shortcut()
-
operon_type_function_shortcut
public OperonTestsParser.Operon_type_function_shortcutContext operon_type_function_shortcut(int i)
-
io_call
public List<OperonTestsParser.Io_callContext> io_call()
-
io_call
public OperonTestsParser.Io_callContext io_call(int i)
-
choice
public List<OperonTestsParser.ChoiceContext> choice()
-
choice
public OperonTestsParser.ChoiceContext choice(int i)
-
map_expr
public List<OperonTestsParser.Map_exprContext> map_expr()
-
map_expr
public OperonTestsParser.Map_exprContext map_expr(int i)
-
filter_full_expr
public List<OperonTestsParser.Filter_full_exprContext> filter_full_expr()
-
filter_full_expr
public OperonTestsParser.Filter_full_exprContext filter_full_expr(int i)
-
where_expr
public List<OperonTestsParser.Where_exprContext> where_expr()
-
where_expr
public OperonTestsParser.Where_exprContext where_expr(int i)
-
path_matches
public List<OperonTestsParser.Path_matchesContext> path_matches()
-
path_matches
public OperonTestsParser.Path_matchesContext path_matches(int i)
-
obj_update_expr
public List<OperonTestsParser.Obj_update_exprContext> obj_update_expr()
-
obj_update_expr
public OperonTestsParser.Obj_update_exprContext obj_update_expr(int i)
-
update_expr
public List<OperonTestsParser.Update_exprContext> update_expr()
-
update_expr
public OperonTestsParser.Update_exprContext update_expr(int i)
-
build_expr
public List<OperonTestsParser.Build_exprContext> build_expr()
-
build_expr
public OperonTestsParser.Build_exprContext build_expr(int i)
-
update_array_expr
public List<OperonTestsParser.Update_array_exprContext> update_array_expr()
-
update_array_expr
public OperonTestsParser.Update_array_exprContext update_array_expr(int i)
-
loop_expr
public List<OperonTestsParser.Loop_exprContext> loop_expr()
-
loop_expr
public OperonTestsParser.Loop_exprContext loop_expr(int i)
-
do_while_expr
public List<OperonTestsParser.Do_while_exprContext> do_while_expr()
-
do_while_expr
public OperonTestsParser.Do_while_exprContext do_while_expr(int i)
-
while_expr
public List<OperonTestsParser.While_exprContext> while_expr()
-
while_expr
public OperonTestsParser.While_exprContext while_expr(int i)
-
try_catch
public List<OperonTestsParser.Try_catchContext> try_catch()
-
try_catch
public OperonTestsParser.Try_catchContext try_catch(int i)
-
parentheses_expr
public List<OperonTestsParser.Parentheses_exprContext> parentheses_expr()
-
parentheses_expr
public OperonTestsParser.Parentheses_exprContext parentheses_expr(int i)
-
of_expr
public List<OperonTestsParser.Of_exprContext> of_expr()
-
of_expr
public OperonTestsParser.Of_exprContext of_expr(int i)
-
throw_exception
public List<OperonTestsParser.Throw_exceptionContext> throw_exception()
-
throw_exception
public OperonTestsParser.Throw_exceptionContext throw_exception(int i)
-
aggregate_expr
public List<OperonTestsParser.Aggregate_exprContext> aggregate_expr()
-
aggregate_expr
public OperonTestsParser.Aggregate_exprContext aggregate_expr(int i)
-
flow_break
public List<OperonTestsParser.Flow_breakContext> flow_break()
-
flow_break
public OperonTestsParser.Flow_breakContext flow_break(int i)
-
break_loop
public List<OperonTestsParser.Break_loopContext> break_loop()
-
break_loop
public OperonTestsParser.Break_loopContext break_loop(int i)
-
continue_loop
public List<OperonTestsParser.Continue_loopContext> continue_loop()
-
continue_loop
public OperonTestsParser.Continue_loopContext continue_loop(int i)
-
continuation
public List<OperonTestsParser.ContinuationContext> continuation()
-
continuation
public OperonTestsParser.ContinuationContext continuation(int i)
-
continuation_with_curry
public List<OperonTestsParser.Continuation_with_curryContext> continuation_with_curry()
-
continuation_with_curry
public OperonTestsParser.Continuation_with_curryContext continuation_with_curry(int i)
-
expr
public List<OperonTestsParser.ExprContext> expr()
-
expr
public OperonTestsParser.ExprContext expr(int i)
-
MINUS
public org.antlr.v4.runtime.tree.TerminalNode MINUS()
-
NEGATE
public org.antlr.v4.runtime.tree.TerminalNode NEGATE()
-
NOT
public org.antlr.v4.runtime.tree.TerminalNode NOT()
-
POW
public org.antlr.v4.runtime.tree.TerminalNode POW()
-
MULT
public org.antlr.v4.runtime.tree.TerminalNode MULT()
-
DIV
public org.antlr.v4.runtime.tree.TerminalNode DIV()
-
MOD
public org.antlr.v4.runtime.tree.TerminalNode MOD()
-
PLUS
public org.antlr.v4.runtime.tree.TerminalNode PLUS()
-
EQ
public org.antlr.v4.runtime.tree.TerminalNode EQ()
-
LT
public org.antlr.v4.runtime.tree.TerminalNode LT()
-
GT
public org.antlr.v4.runtime.tree.TerminalNode GT()
-
LTE
public org.antlr.v4.runtime.tree.TerminalNode LTE()
-
GTE
public org.antlr.v4.runtime.tree.TerminalNode GTE()
-
IEQ
public org.antlr.v4.runtime.tree.TerminalNode IEQ()
-
AND
public org.antlr.v4.runtime.tree.TerminalNode AND()
-
OR
public org.antlr.v4.runtime.tree.TerminalNode OR()
-
getRuleIndex
public int getRuleIndex()
- Overrides:
getRuleIndexin classorg.antlr.v4.runtime.RuleContext
-
enterRule
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
enterRulein classorg.antlr.v4.runtime.ParserRuleContext
-
exitRule
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
- Overrides:
exitRulein classorg.antlr.v4.runtime.ParserRuleContext
-
accept
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
- Specified by:
acceptin interfaceorg.antlr.v4.runtime.tree.ParseTree- Overrides:
acceptin classorg.antlr.v4.runtime.RuleContext
-
-