Searched refs:TypeContext (Results 1 - 6 of 6) sorted by relevance

/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
H A DBindingExpressionVisitor.java237 T visitType(BindingExpressionParser.TypeContext ctx);
H A DBindingExpressionBaseListener.java415 @Override public void enterType(BindingExpressionParser.TypeContext ctx) { }
421 @Override public void exitType(BindingExpressionParser.TypeContext ctx) { }
H A DBindingExpressionListener.java386 void enterType(BindingExpressionParser.TypeContext ctx);
391 void exitType(BindingExpressionParser.TypeContext ctx);
H A DBindingExpressionParser.java560 public TypeContext type() {
561 return getRuleContext(TypeContext.class,0);
888 public TypeContext type() {
889 return getRuleContext(TypeContext.class,0);
1379 public TypeContext type() {
1380 return getRuleContext(TypeContext.class,0);
1749 public List<TypeContext> type() {
1750 return getRuleContexts(TypeContext.class);
1752 public TypeContext type(int i) {
1753 return getRuleContext(TypeContext
1816 public static class TypeContext extends ParserRuleContext { class in class:BindingExpressionParser
1823 public TypeContext(ParserRuleContext parent, int invokingState) { method in class:BindingExpressionParser.TypeContext
[all...]
H A DBindingExpressionBaseVisitor.java251 @Override public T visitType(BindingExpressionParser.TypeContext ctx) { return visitChildren(ctx); }
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 72 milliseconds