Searched defs:UnaryOpContext (Results 1 - 2 of 2) sorted by relevance

/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
H A DBindingExpressionParser.java359 public static class UnaryOpContext extends ExpressionContext { class in class:BindingExpressionParser
364 public UnaryOpContext(ExpressionContext ctx) { copyFrom(ctx); } method in class:BindingExpressionParser.UnaryOpContext
706 _localctx = new UnaryOpContext(_localctx);
710 ((UnaryOpContext)_localctx).op = _input.LT(1);
713 ((UnaryOpContext)_localctx).op = _errHandler.recoverInline(this);
724 _localctx = new UnaryOpContext(_localctx);
728 ((UnaryOpContext)_localctx).op = _input.LT(1);
731 ((UnaryOpContext)_localctx).op = _errHandler.recoverInline(this);
/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 41 milliseconds