android.databinding.tool.store
Class ResourceBundle.VariableDeclaration

java.lang.Object
  extended by android.databinding.tool.store.ResourceBundle.NameTypeLocation
      extended by android.databinding.tool.store.ResourceBundle.VariableDeclaration
Enclosing class:
ResourceBundle

public static class ResourceBundle.VariableDeclaration
extends ResourceBundle.NameTypeLocation


Field Summary
 boolean declared
           
 
Fields inherited from class android.databinding.tool.store.ResourceBundle.NameTypeLocation
location, name, type
 
Constructor Summary
ResourceBundle.VariableDeclaration()
           
ResourceBundle.VariableDeclaration(java.lang.String name, java.lang.String type, Location location, boolean declared)
           
 
Method Summary
 
Methods inherited from class android.databinding.tool.store.ResourceBundle.NameTypeLocation
contains, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

declared

public boolean declared
Constructor Detail

ResourceBundle.VariableDeclaration

public ResourceBundle.VariableDeclaration()

ResourceBundle.VariableDeclaration

public ResourceBundle.VariableDeclaration(java.lang.String name,
                                          java.lang.String type,
                                          Location location,
                                          boolean declared)