Package android.databinding.parser
Class BindingExpressionParser.MethodInvocationContext
- java.lang.Object
-
- org.antlr.v4.runtime.RuleContext
-
- org.antlr.v4.runtime.ParserRuleContext
-
- android.databinding.parser.BindingExpressionParser.ExpressionContext
-
- android.databinding.parser.BindingExpressionParser.MethodInvocationContext
-
- 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:
- BindingExpressionParser
public static class BindingExpressionParser.MethodInvocationContext extends BindingExpressionParser.ExpressionContext
-
-
Field Summary
Fields Modifier and Type Field Description BindingExpressionParser.ExpressionListContextargsorg.antlr.v4.runtime.TokenmethodNameBindingExpressionParser.ExpressionContexttarget
-
Constructor Summary
Constructors Constructor Description MethodInvocationContext(BindingExpressionParser.ExpressionContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)voidenterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)voidexitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)BindingExpressionParser.ExpressionContextexpression()BindingExpressionParser.ExpressionListContextexpressionList()org.antlr.v4.runtime.tree.TerminalNodeIdentifier()-
Methods inherited from class android.databinding.parser.BindingExpressionParser.ExpressionContext
copyFrom, getRuleIndex
-
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
-
-
-
-
Field Detail
-
target
public BindingExpressionParser.ExpressionContext target
-
methodName
public org.antlr.v4.runtime.Token methodName
-
args
public BindingExpressionParser.ExpressionListContext args
-
-
Constructor Detail
-
MethodInvocationContext
public MethodInvocationContext(BindingExpressionParser.ExpressionContext ctx)
-
-
Method Detail
-
expression
public BindingExpressionParser.ExpressionContext expression()
-
Identifier
public org.antlr.v4.runtime.tree.TerminalNode Identifier()
-
expressionList
public BindingExpressionParser.ExpressionListContext expressionList()
-
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
-
-