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

/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/
H A DJForEach.java43 public JForEach(JType vartype, String variable, JExpression collection) { argument
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java211 public JCVariableDecl VarDef(JCModifiers mods, Name name, JCExpression vartype, JCExpression init) { argument
217 public JCVariableDecl ReceiverVarDef(JCModifiers mods, JCExpression name, JCExpression vartype) { argument
H A DJCTree.java918 public JCExpression vartype; field in class:JCTree.JCVariableDecl
924 JCVariableDecl(JCModifiers mods, Name name, JCExpression vartype, JCExpression init, VarSymbol sym) argument
936 JCVariableDecl(JCModifiers mods, JCExpression nameexpr, JCExpression vartype) argument
2976 VarDef(JCModifiers mods, Name name, JCExpression vartype, JCExpression init) argument

Completed in 107 milliseconds