android.databinding.parser
Class BindingExpressionParser.LambdaParametersContext

java.lang.Object
  extended by org.antlr.v4.runtime.RuleContext
      extended by org.antlr.v4.runtime.ParserRuleContext
          extended by android.databinding.parser.BindingExpressionParser.LambdaParametersContext
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
Direct Known Subclasses:
BindingExpressionParser.LambdaParameterListContext, BindingExpressionParser.SingleLambdaParameterContext
Enclosing class:
BindingExpressionParser

public static class BindingExpressionParser.LambdaParametersContext
extends org.antlr.v4.runtime.ParserRuleContext


Field Summary
 
Fields inherited from class org.antlr.v4.runtime.ParserRuleContext
children, exception, start, stop
 
Fields inherited from class org.antlr.v4.runtime.RuleContext
invokingState, parent
 
Constructor Summary
BindingExpressionParser.LambdaParametersContext()
           
BindingExpressionParser.LambdaParametersContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
           
 
Method Summary
 void copyFrom(BindingExpressionParser.LambdaParametersContext ctx)
           
 int getRuleIndex()
           
 
Methods inherited from class org.antlr.v4.runtime.ParserRuleContext
addChild, addChild, addChild, addErrorNode, copyFrom, emptyContext, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
 
Methods inherited from class org.antlr.v4.runtime.RuleContext
accept, depth, getChildContext, 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
 

Constructor Detail

BindingExpressionParser.LambdaParametersContext

public BindingExpressionParser.LambdaParametersContext(org.antlr.v4.runtime.ParserRuleContext parent,
                                                       int invokingState)

BindingExpressionParser.LambdaParametersContext

public BindingExpressionParser.LambdaParametersContext()
Method Detail

getRuleIndex

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

copyFrom

public void copyFrom(BindingExpressionParser.LambdaParametersContext ctx)