Home
last modified time | relevance | path

Searched refs:explicitGenericInvocationSuffix (Results 1 – 2 of 2) sorted by relevance

/frameworks/data-binding/compilerCommon/
DBindingExpression.g465 // | typeArguments (explicitGenericInvocationSuffix | 'this' arguments) # GenericCall
131 : typeArguments explicitGenericInvocationSuffix
143 explicitGenericInvocationSuffix
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
DBindingExpressionParser.java1703 public ExplicitGenericInvocationSuffixContext explicitGenericInvocationSuffix() { in explicitGenericInvocationSuffix() method in BindingExpressionParser.ExplicitGenericInvocationContext
1734 explicitGenericInvocationSuffix(); in explicitGenericInvocation()
1945 …public final ExplicitGenericInvocationSuffixContext explicitGenericInvocationSuffix() throws Recog… in explicitGenericInvocationSuffix() method in BindingExpressionParser