Searched defs:ExprModel (Results 1 – 3 of 3) sorted by relevance
38 public class ExprModel { class
79 val ExprModel.ext by lazyProp { target : ExprModel -> in target() constant83 fun ExprModel.getUniqueFieldName(base : String, isPublic : kotlin.Boolean) : String = ext.getUnique… in ExprModel() method84 fun ExprModel.getUniqueMethodName(base : String, isPublic : kotlin.Boolean) : String = ext.getUniqu… in ExprModel() method85 fun ExprModel.getConstructorParamName(base : String) : String = ext.getUniqueName(base, Scope.CONST… in ExprModel() method87 fun ExprModel.localizeFlag(set : FlagSet, base : String) : FlagSet = ext.localizeFlag(set, base) in ExprModel() method
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...