Searched defs:vartype (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJForEach.java43 public JForEach(JType vartype, String variable, JExpression collection) { argument
45 this.type = vartype;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java185 public JCVariableDecl VarDef(JCModifiers mods, Name name, JCExpression vartype, JCExpression init) { argument
186 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype, init, null);
H A DJCTree.java703 * @param vartype type of the variable
710 public JCExpression vartype; field in class:JCTree.JCVariableDecl
715 JCExpression vartype,
720 this.vartype = vartype;
730 public JCTree getType() { return vartype; }
2120 JCExpression vartype,
713 JCVariableDecl(JCModifiers mods, Name name, JCExpression vartype, JCExpression init, VarSymbol sym) argument
2118 VarDef(JCModifiers mods, Name name, JCExpression vartype, JCExpression init) argument

Completed in 43 milliseconds