JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
android.databinding.tool.expr
Interface VersionProvider
All Known Implementing Classes:
ArgListExpr
,
BitShiftExpr
,
BracketExpr
,
BuiltInVariableExpr
,
CallbackArgExpr
,
CastExpr
,
ComparisonExpr
,
Expr
,
FieldAccessExpr
,
FieldAssignmentExpr
,
IdentifierExpr
,
InstanceOfExpr
,
LambdaExpr
,
ListenerExpr
,
MathExpr
,
MethodBaseExpr
,
MethodCallExpr
,
MethodReferenceExpr
,
ResourceExpr
,
StaticIdentifierExpr
,
SymbolExpr
,
TernaryExpr
,
TwoWayListenerExpr
,
UnaryExpr
,
ViewFieldExpr
public interface
VersionProvider
If an object can be invalidated, it is responsible to provide a version number. This number is used when caching values in code generation. (like flags)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
getVersion
()
Method Detail
getVersion
int getVersion()
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method