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

/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/
H A DJForEach.java43 public JForEach(JType vartype, String variable, JExpression collection) { argument
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
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
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

Completed in 120 milliseconds