Codemodel 2.6-redhat-2

Uses of Class
com.sun.codemodel.JFieldVar

Packages that use JFieldVar
com.sun.codemodel Library for generating Java source code 
 

Uses of JFieldVar in com.sun.codemodel
 

Methods in com.sun.codemodel that return JFieldVar
 JFieldVar JDefinedClass.field(int mods, Class<?> type, String name)
           
 JFieldVar JDefinedClass.field(int mods, Class<?> type, String name, JExpression init)
           
 JFieldVar JDefinedClass.field(int mods, JType type, String name)
          Adds a field to the list of field members of this JDefinedClass.
 JFieldVar JDefinedClass.field(int mods, JType type, String name, JExpression init)
          Adds a field to the list of field members of this JDefinedClass.
 

Methods in com.sun.codemodel that return types with arguments of type JFieldVar
 Map<String,JFieldVar> JDefinedClass.fields()
          Returns all the fields declred in this class.
 

Methods in com.sun.codemodel with parameters of type JFieldVar
 void JDefinedClass.removeField(JFieldVar field)
          Removes a JFieldVar from this class.
 


Codemodel 2.6-redhat-2

Copyright © 2005-2012 Oracle. All Rights Reserved.