|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectandroid.databinding.tool.expr.Expr
android.databinding.tool.expr.IdentifierExpr
android.databinding.tool.expr.StaticIdentifierExpr
public class StaticIdentifierExpr
Field Summary |
---|
Fields inherited from class android.databinding.tool.expr.Expr |
---|
KEY_JOIN, mChildren, NO_ID |
Method Summary | |
---|---|
protected android.databinding.tool.writer.KCode |
generateCode(boolean expand)
|
java.lang.String |
getInvertibleError()
|
boolean |
isDynamic()
Whether the result of this expression can change or not. |
boolean |
isObservable()
|
android.databinding.tool.writer.KCode |
toInverseCode(android.databinding.tool.writer.KCode value)
|
Methods inherited from class android.databinding.tool.expr.IdentifierExpr |
---|
asPackage, computeUniqueKey, constructDependencies, getName, getUserDefinedType, isDeclared, resolveType, setDeclared, setUserDefinedType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean isObservable()
isObservable
in class Expr
public boolean isDynamic()
Expr
isDynamic
in class IdentifierExpr
public java.lang.String getInvertibleError()
getInvertibleError
in class IdentifierExpr
public android.databinding.tool.writer.KCode toInverseCode(android.databinding.tool.writer.KCode value)
toInverseCode
in class IdentifierExpr
protected android.databinding.tool.writer.KCode generateCode(boolean expand)
generateCode
in class IdentifierExpr
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |