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

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DExprModel.java82 private ParserRuleContext mCurrentParserContext; field in class:ExprModel
101 if (mCurrentParserContext != null) {
102 location = new Location(mCurrentParserContext);
141 mCurrentParserContext = currentParserContext;
145 return mCurrentParserContext;

Completed in 112 milliseconds