Uses of Class
com.sun.codemodel.JVar
Packages that use JVar
-
Uses of JVar in com.sun.codemodel
Subclasses of JVar in com.sun.codemodelFields in com.sun.codemodel declared as JVarModifier and TypeFieldDescriptionprivate final JVarJForEach.loopVarprivate JVarJCatchBlock.varprivate JVarJFieldRef.varVariable to be accessed.private JVarJMethod.varParamVariable parameter for this method's varargs declaration introduced in J2SE 1.5Fields in com.sun.codemodel with type parameters of type JVarMethods in com.sun.codemodel that return JVarModifier and TypeMethodDescriptionJBlock.decl(int mods, JType type, String name, JExpression init) Adds a local variable declaration to this blockAdds a local variable declaration to this blockJBlock.decl(JType type, String name, JExpression init) Adds a local variable declaration to this blockJForLoop.init(int mods, JType type, String var, JExpression e) JForLoop.init(JType type, String var, JExpression e) JVar.init(JExpression init) Initialize this variableJVar[]JMethod.listParams()Returns all the parameters in an array.JMethod.listVarParam()Returns the variable parameterAdd the specified variable to the list of parameters for this method signature.JForEach.var()Returns a reference to the loop variable.Add the specified variable argument to the list of parameters for this method signature.Methods in com.sun.codemodel that return types with arguments of type JVarMethods in com.sun.codemodel with parameters of type JVarModifier and TypeMethodDescriptionAppend a text to an @param tag.Cause the JVar to generate source for itselfvoidJForLoop.init(JVar v, JExpression e) static JFieldRefJExpr.ref(JExpression lhs, JVar field) final JFieldReffinal JFieldRefStatic field reference.Constructors in com.sun.codemodel with parameters of type JVarModifierConstructorDescription(package private)JFieldRef(JExpression object, JVar v) (package private)JFieldRef(JGenerable object, JVar var, boolean explicitThis) (package private)