jdeparser 1.0.0.Final-redhat-1

Uses of Class
org.jboss.jdeparser.JVar

Packages that use JVar
org.jboss.jdeparser   
 

Uses of JVar in org.jboss.jdeparser
 

Subclasses of JVar in org.jboss.jdeparser
 class JFieldVar
          A field that can have a JDocComment associated with it
 

Methods in org.jboss.jdeparser that return JVar
 JVar JBlock.decl(int mods, JType type, String name, JExpression init)
          Adds a local variable declaration to this block
 JVar JBlock.decl(JType type, String name)
          Adds a local variable declaration to this block
 JVar JBlock.decl(JType type, String name, JExpression init)
          Adds a local variable declaration to this block
 JVar JForLoop.init(int mods, JType type, String var, JExpression e)
           
 JVar JVar.init(JExpression init)
          Initialize this variable
 JVar JForLoop.init(JType type, String var, JExpression e)
           
 JVar[] JMethod.listParams()
          Returns all the parameters in an array.
 JVar JMethod.listVarParam()
          Returns the variable parameter
 JVar JMethod.param(Class<?> type, String name)
           
 JVar JMethod.param(int mods, Class<?> type, String name)
           
 JVar JMethod.param(int mods, JType type, String name)
          Add the specified variable to the list of parameters for this method signature.
 JVar JMethod.param(JType type, String name)
           
 JVar JCatchBlock.param(String name)
           
 JVar JForEach.var()
          Returns a reference to the loop variable.
 JVar JMethod.varParam(Class<?> type, String name)
           
 JVar JMethod.varParam(JType type, String name)
          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 JVar
 List<JVar> JMethod.params()
          Returns the list of variable of this method.
 

Methods in org.jboss.jdeparser with parameters of type JVar
 JCommentPart JDocComment.addParam(JVar param)
          Append a text to an @param tag.
 JFormatter JFormatter.b(JVar v)
          Cause the JVar to generate source for itself
 void JForLoop.init(JVar v, JExpression e)
           
static JFieldRef JExpr.ref(JExpression lhs, JVar field)
           
 JFieldRef JExpression.ref(JVar field)
           
 JFieldRef JExpressionImpl.ref(JVar field)
           
 JFieldRef JClass.staticRef(JVar field)
          Static field reference.
 


jdeparser 1.0.0.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.