Home
last modified time | relevance | path

Searched defs:_localctx (Results 1 – 3 of 3) sorted by relevance

/frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
DXMLParser.java78 DocumentContext _localctx = new DocumentContext(_ctx, getState()); in document() local
162 PrologContext _localctx = new PrologContext(_ctx, getState()); in prolog() local
248 ContentContext _localctx = new ContentContext(_ctx, getState()); in content() local
365 ElementContext _localctx = new ElementContext(_ctx, getState()); in element() local
456 ReferenceContext _localctx = new ReferenceContext(_ctx, getState()); in reference() local
507 AttributeContext _localctx = new AttributeContext(_ctx, getState()); in attribute() local
552 ChardataContext _localctx = new ChardataContext(_ctx, getState()); in chardata() local
602 MiscContext _localctx = new MiscContext(_ctx, getState()); in misc() local
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
DBindingExpressionParser.java128 BindingSyntaxContext _localctx = new BindingSyntaxContext(_ctx, getState()); in bindingSyntax() local
183 DefaultsContext _localctx = new DefaultsContext(_ctx, getState()); in defaults() local
238 ConstantValueContext _localctx = new ConstantValueContext(_ctx, getState()); in constantValue() local
676 ExpressionContext _localctx = new ExpressionContext(_ctx, _parentState); in expression() local
1119 ClassExtractionContext _localctx = new ClassExtractionContext(_ctx, getState()); in classExtraction() local
1197 ExpressionListContext _localctx = new ExpressionListContext(_ctx, getState()); in expressionList() local
1262 LiteralContext _localctx = new LiteralContext(_ctx, getState()); in literal() local
1324 IdentifierContext _localctx = new IdentifierContext(_ctx, getState()); in identifier() local
1371 JavaLiteralContext _localctx = new JavaLiteralContext(_ctx, getState()); in javaLiteral() local
1421 StringLiteralContext _localctx = new StringLiteralContext(_ctx, getState()); in stringLiteral() local
[all …]
DBindingExpressionLexer.java117 public boolean sempred(RuleContext _localctx, int ruleIndex, int predIndex) { in sempred()
127 private boolean JavaLetter_sempred(RuleContext _localctx, int predIndex) { in JavaLetter_sempred()
137 private boolean JavaLetterOrDigit_sempred(RuleContext _localctx, int predIndex) { in JavaLetterOrDigit_sempred()