Uses of Class
org.jboss.jdeparser.JVar
Packages that use JVar
-
Uses of JVar in org.jboss.jdeparser
Subclasses of JVar in org.jboss.jdeparserFields in org.jboss.jdeparser 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 org.jboss.jdeparser with type parameters of type JVarMethods in org.jboss.jdeparser 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 org.jboss.jdeparser that return types with arguments of type JVarMethods in org.jboss.jdeparser 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 org.jboss.jdeparser with parameters of type JVarModifierConstructorDescription(package private)JFieldRef(JExpression object, JVar v) (package private)JFieldRef(JGenerable object, JVar var, boolean explicitThis) (package private)