Home
last modified time | relevance | path

Searched refs:JCVariableDecl (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java168 List<JCVariableDecl> params, in MethodDef()
181 JCVariableDecl recvparam, in MethodDef()
182 List<JCVariableDecl> params, in MethodDef()
202 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype, init, null); in VarDef()
208 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype); in ReceiverVarDef()
290 public JCCatch Catch(JCVariableDecl param, JCBlock body) { in Catch()
376 public JCLambda Lambda(List<JCVariableDecl> params, in Lambda()
604 public JCExpression Ident(JCVariableDecl param) { in Ident()
729 return (JCVariableDecl) in VarDef()
730 new JCVariableDecl( in VarDef()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java168 List<JCVariableDecl> params, in MethodDef()
181 JCVariableDecl recvparam, in MethodDef()
182 List<JCVariableDecl> params, in MethodDef()
202 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype, init, null); in VarDef()
208 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype); in ReceiverVarDef()
290 public JCCatch Catch(JCVariableDecl param, JCBlock body) { in Catch()
376 public JCLambda Lambda(List<JCVariableDecl> params, in Lambda()
604 public JCExpression Ident(JCVariableDecl param) { in Ident()
729 return (JCVariableDecl) in VarDef()
730 new JCVariableDecl( in VarDef()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java191 List<JCVariableDecl> params, in MethodDef()
204 JCVariableDecl recvparam, in MethodDef()
205 List<JCVariableDecl> params, in MethodDef()
225 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype, init, null); in VarDef()
231 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype, init, null, declaredUsingVar); in VarDef()
237 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype); in ReceiverVarDef()
326 public JCCatch Catch(JCVariableDecl param, JCBlock body) { in Catch()
435 public JCLambda Lambda(List<JCVariableDecl> params, in Lambda()
730 public JCExpression Ident(JCVariableDecl param) { in Ident()
878 return (JCVariableDecl) in VarDef()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java179 List<JCVariableDecl> params, in MethodDef()
192 JCVariableDecl recvparam, in MethodDef()
193 List<JCVariableDecl> params, in MethodDef()
213 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype, init, null); in VarDef()
219 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype); in ReceiverVarDef()
301 public JCCatch Catch(JCVariableDecl param, JCBlock body) { in Catch()
404 public JCLambda Lambda(List<JCVariableDecl> params, in Lambda()
675 public JCExpression Ident(JCVariableDecl param) { in Ident()
823 return (JCVariableDecl) in VarDef()
824 new JCVariableDecl( in VarDef()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java179 List<JCVariableDecl> params, in MethodDef()
192 JCVariableDecl recvparam, in MethodDef()
193 List<JCVariableDecl> params, in MethodDef()
213 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype, init, null); in VarDef()
219 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype); in ReceiverVarDef()
301 public JCCatch Catch(JCVariableDecl param, JCBlock body) { in Catch()
404 public JCLambda Lambda(List<JCVariableDecl> params, in Lambda()
675 public JCExpression Ident(JCVariableDecl param) { in Ident()
823 return (JCVariableDecl) in VarDef()
824 new JCVariableDecl( in VarDef()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java180 List<JCVariableDecl> params, in MethodDef()
193 JCVariableDecl recvparam, in MethodDef()
194 List<JCVariableDecl> params, in MethodDef()
214 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype, init, null); in VarDef()
220 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype); in ReceiverVarDef()
309 public JCCatch Catch(JCVariableDecl param, JCBlock body) { in Catch()
418 public JCLambda Lambda(List<JCVariableDecl> params, in Lambda()
689 public JCExpression Ident(JCVariableDecl param) { in Ident()
837 return (JCVariableDecl) in VarDef()
838 new JCVariableDecl( in VarDef()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java180 List<JCVariableDecl> params, in MethodDef()
193 JCVariableDecl recvparam, in MethodDef()
194 List<JCVariableDecl> params, in MethodDef()
214 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype, init, null); in VarDef()
220 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype); in ReceiverVarDef()
309 public JCCatch Catch(JCVariableDecl param, JCBlock body) { in Catch()
412 public JCLambda Lambda(List<JCVariableDecl> params, in Lambda()
683 public JCExpression Ident(JCVariableDecl param) { in Ident()
831 return (JCVariableDecl) in VarDef()
832 new JCVariableDecl( in VarDef()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java179 List<JCVariableDecl> params, in MethodDef()
192 JCVariableDecl recvparam, in MethodDef()
193 List<JCVariableDecl> params, in MethodDef()
213 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype, init, null); in VarDef()
219 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype); in ReceiverVarDef()
308 public JCCatch Catch(JCVariableDecl param, JCBlock body) { in Catch()
417 public JCLambda Lambda(List<JCVariableDecl> params, in Lambda()
694 public JCExpression Ident(JCVariableDecl param) { in Ident()
842 return (JCVariableDecl) in VarDef()
843 new JCVariableDecl( in VarDef()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DMemberEnter.java98 List<JCVariableDecl> params, in signature()
100 JCVariableDecl recvparam, in signature()
110 for (List<JCVariableDecl> l = params; l.nonEmpty(); l = l.tail) { in signature()
207 JCVariableDecl lastParam = null; in visitMethodDef()
208 for (List<JCVariableDecl> l = tree.params; l.nonEmpty(); l = l.tail) { in visitMethodDef()
209 JCVariableDecl param = lastParam = l.head; in visitMethodDef()
251 public void visitVarDef(JCVariableDecl tree) { in visitVarDef()
316 void checkReceiver(JCVariableDecl tree, Env<AttrContext> localEnv) { in checkReceiver()
417 Env<AttrContext> initEnv(JCVariableDecl tree, Env<AttrContext> env) { in initEnv()
443 for (List<JCVariableDecl> l = tree.params; l.nonEmpty(); l = l.tail) in getMethodEnv()
[all …]
H A DAnalyzer.java52 import com.sun.tools.javac.tree.JCTree.JCVariableDecl;
308 List<JCVariableDecl> params = md.params; in rewrite()
361 boolean isImplicitlyTyped(JCVariableDecl decl) { in isImplicitlyTyped()
368 JCVariableDecl rewriteVarType(JCVariableDecl oldTree) { in rewriteVarType()
369 JCVariableDecl newTree = copier.copy(oldTree); in rewriteVarType()
377 void processVar(JCVariableDecl oldTree, JCVariableDecl newTree, boolean hasErrors) { in processVar()
389 class RedundantLocalVarTypeAnalyzer extends RedundantLocalVarTypeAnalyzerBase<JCVariableDecl> {
395 boolean match(JCVariableDecl tree){ in match()
401 List<JCVariableDecl> rewrite(JCVariableDecl oldTree) { in rewrite()
405 void process(JCVariableDecl oldTree, JCVariableDecl newTree, boolean hasErrors){ in process()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DMemberEnter.java98 List<JCVariableDecl> params, in signature()
100 JCVariableDecl recvparam, in signature()
110 for (List<JCVariableDecl> l = params; l.nonEmpty(); l = l.tail) { in signature()
207 JCVariableDecl lastParam = null; in visitMethodDef()
208 for (List<JCVariableDecl> l = tree.params; l.nonEmpty(); l = l.tail) { in visitMethodDef()
209 JCVariableDecl param = lastParam = l.head; in visitMethodDef()
252 public void visitVarDef(JCVariableDecl tree) { in visitVarDef()
317 void checkReceiver(JCVariableDecl tree, Env<AttrContext> localEnv) { in checkReceiver()
418 Env<AttrContext> initEnv(JCVariableDecl tree, Env<AttrContext> env) { in initEnv()
444 for (List<JCVariableDecl> l = tree.params; l.nonEmpty(); l = l.tail) in getMethodEnv()
[all …]
H A DAnalyzer.java63 import com.sun.tools.javac.tree.JCTree.JCVariableDecl;
307 List<JCVariableDecl> params = md.params; in rewrite()
360 boolean isImplicitlyTyped(JCVariableDecl decl) { in isImplicitlyTyped()
367 JCVariableDecl rewriteVarType(JCVariableDecl oldTree) { in rewriteVarType()
368 JCVariableDecl newTree = copier.copy(oldTree); in rewriteVarType()
376 void processVar(JCVariableDecl oldTree, JCVariableDecl newTree, boolean hasErrors) { in processVar()
388 class RedundantLocalVarTypeAnalyzer extends RedundantLocalVarTypeAnalyzerBase<JCVariableDecl> {
394 boolean match(JCVariableDecl tree){ in match()
400 List<JCVariableDecl> rewrite(JCVariableDecl oldTree) { in rewrite()
404 void process(JCVariableDecl oldTree, JCVariableDecl newTree, boolean hasErrors){ in process()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DMemberEnter.java98 List<JCVariableDecl> params, in signature()
100 JCVariableDecl recvparam, in signature()
110 for (List<JCVariableDecl> l = params; l.nonEmpty(); l = l.tail) { in signature()
207 JCVariableDecl lastParam = null; in visitMethodDef()
208 for (List<JCVariableDecl> l = tree.params; l.nonEmpty(); l = l.tail) { in visitMethodDef()
209 JCVariableDecl param = lastParam = l.head; in visitMethodDef()
251 public void visitVarDef(JCVariableDecl tree) { in visitVarDef()
316 void checkReceiver(JCVariableDecl tree, Env<AttrContext> localEnv) { in checkReceiver()
417 Env<AttrContext> initEnv(JCVariableDecl tree, Env<AttrContext> env) { in initEnv()
443 for (List<JCVariableDecl> l = tree.params; l.nonEmpty(); l = l.tail) in getMethodEnv()
[all …]
H A DAnalyzer.java52 import com.sun.tools.javac.tree.JCTree.JCVariableDecl;
308 List<JCVariableDecl> params = md.params; in rewrite()
361 boolean isImplicitlyTyped(JCVariableDecl decl) { in isImplicitlyTyped()
368 JCVariableDecl rewriteVarType(JCVariableDecl oldTree) { in rewriteVarType()
369 JCVariableDecl newTree = copier.copy(oldTree); in rewriteVarType()
377 void processVar(JCVariableDecl oldTree, JCVariableDecl newTree, boolean hasErrors) { in processVar()
389 class RedundantLocalVarTypeAnalyzer extends RedundantLocalVarTypeAnalyzerBase<JCVariableDecl> {
395 boolean match(JCVariableDecl tree){ in match()
401 List<JCVariableDecl> rewrite(JCVariableDecl oldTree) { in rewrite()
405 void process(JCVariableDecl oldTree, JCVariableDecl newTree, boolean hasErrors){ in process()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DMemberEnter.java99 List<JCVariableDecl> params, in signature()
101 JCVariableDecl recvparam, in signature()
111 for (List<JCVariableDecl> l = params; l.nonEmpty(); l = l.tail) { in signature()
208 JCVariableDecl lastParam = null; in visitMethodDef()
209 for (List<JCVariableDecl> l = tree.params; l.nonEmpty(); l = l.tail) { in visitMethodDef()
210 JCVariableDecl param = lastParam = l.head; in visitMethodDef()
253 public void visitVarDef(JCVariableDecl tree) { in visitVarDef()
321 void checkReceiver(JCVariableDecl tree, Env<AttrContext> localEnv) { in checkReceiver()
422 Env<AttrContext> initEnv(JCVariableDecl tree, Env<AttrContext> env) { in initEnv()
448 for (List<JCVariableDecl> l = tree.params; l.nonEmpty(); l = l.tail) in getMethodEnv()
[all …]
H A DAnalyzer.java65 import com.sun.tools.javac.tree.JCTree.JCVariableDecl;
309 List<JCVariableDecl> params = md.params; in rewrite()
362 boolean isImplicitlyTyped(JCVariableDecl decl) { in isImplicitlyTyped()
369 JCVariableDecl rewriteVarType(JCVariableDecl oldTree) { in rewriteVarType()
370 JCVariableDecl newTree = copier.copy(oldTree); in rewriteVarType()
378 void processVar(JCVariableDecl oldTree, JCVariableDecl newTree, boolean hasErrors) { in processVar()
390 class RedundantLocalVarTypeAnalyzer extends RedundantLocalVarTypeAnalyzerBase<JCVariableDecl> {
396 boolean match(JCVariableDecl tree){ in match()
402 List<JCVariableDecl> rewrite(JCVariableDecl oldTree) { in rewrite()
406 void process(JCVariableDecl oldTree, JCVariableDecl newTree, boolean hasErrors){ in process()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DMemberEnter.java99 List<JCVariableDecl> params, in signature()
101 JCVariableDecl recvparam, in signature()
111 for (List<JCVariableDecl> l = params; l.nonEmpty(); l = l.tail) { in signature()
208 JCVariableDecl lastParam = null; in visitMethodDef()
209 for (List<JCVariableDecl> l = tree.params; l.nonEmpty(); l = l.tail) { in visitMethodDef()
210 JCVariableDecl param = lastParam = l.head; in visitMethodDef()
253 public void visitVarDef(JCVariableDecl tree) { in visitVarDef()
321 void checkReceiver(JCVariableDecl tree, Env<AttrContext> localEnv) { in checkReceiver()
422 Env<AttrContext> initEnv(JCVariableDecl tree, Env<AttrContext> env) { in initEnv()
448 for (List<JCVariableDecl> l = tree.params; l.nonEmpty(); l = l.tail) in getMethodEnv()
[all …]
H A DAnalyzer.java65 import com.sun.tools.javac.tree.JCTree.JCVariableDecl;
309 List<JCVariableDecl> params = md.params; in rewrite()
362 boolean isImplicitlyTyped(JCVariableDecl decl) { in isImplicitlyTyped()
369 JCVariableDecl rewriteVarType(JCVariableDecl oldTree) { in rewriteVarType()
370 JCVariableDecl newTree = copier.copy(oldTree); in rewriteVarType()
378 void processVar(JCVariableDecl oldTree, JCVariableDecl newTree, boolean hasErrors) { in processVar()
390 class RedundantLocalVarTypeAnalyzer extends RedundantLocalVarTypeAnalyzerBase<JCVariableDecl> {
396 boolean match(JCVariableDecl tree){ in match()
402 List<JCVariableDecl> rewrite(JCVariableDecl oldTree) { in rewrite()
406 void process(JCVariableDecl oldTree, JCVariableDecl newTree, boolean hasErrors){ in process()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DMemberEnter.java98 List<JCVariableDecl> params, in signature()
100 JCVariableDecl recvparam, in signature()
110 for (List<JCVariableDecl> l = params; l.nonEmpty(); l = l.tail) { in signature()
207 JCVariableDecl lastParam = null; in visitMethodDef()
208 for (List<JCVariableDecl> l = tree.params; l.nonEmpty(); l = l.tail) { in visitMethodDef()
209 JCVariableDecl param = lastParam = l.head; in visitMethodDef()
252 public void visitVarDef(JCVariableDecl tree) { in visitVarDef()
320 void checkReceiver(JCVariableDecl tree, Env<AttrContext> localEnv) { in checkReceiver()
421 Env<AttrContext> initEnv(JCVariableDecl tree, Env<AttrContext> env) { in initEnv()
447 for (List<JCVariableDecl> l = tree.params; l.nonEmpty(); l = l.tail) in getMethodEnv()
[all …]
H A DAnalyzer.java66 import com.sun.tools.javac.tree.JCTree.JCVariableDecl;
310 List<JCVariableDecl> params = md.params; in rewrite()
363 boolean isImplicitlyTyped(JCVariableDecl decl) { in isImplicitlyTyped()
370 JCVariableDecl rewriteVarType(JCVariableDecl oldTree) { in rewriteVarType()
371 JCVariableDecl newTree = copier.copy(oldTree); in rewriteVarType()
379 void processVar(JCVariableDecl oldTree, JCVariableDecl newTree, boolean hasErrors) { in processVar()
397 boolean match(JCVariableDecl tree){ in match()
403 List<JCVariableDecl> rewrite(JCVariableDecl oldTree) { in rewrite()
407 void process(JCVariableDecl oldTree, JCVariableDecl newTree, boolean hasErrors){ in process()
721 this.env.info.scope.remove(((JCVariableDecl)originalTree).sym); in RewritingContext()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DMemberEnter.java98 List<JCVariableDecl> params, in signature()
100 JCVariableDecl recvparam, in signature()
110 for (List<JCVariableDecl> l = params; l.nonEmpty(); l = l.tail) { in signature()
207 JCVariableDecl lastParam = null; in visitMethodDef()
208 for (List<JCVariableDecl> l = tree.params; l.nonEmpty(); l = l.tail) { in visitMethodDef()
209 JCVariableDecl param = lastParam = l.head; in visitMethodDef()
252 public void visitVarDef(JCVariableDecl tree) { in visitVarDef()
317 void checkReceiver(JCVariableDecl tree, Env<AttrContext> localEnv) { in checkReceiver()
418 Env<AttrContext> initEnv(JCVariableDecl tree, Env<AttrContext> env) { in initEnv()
444 for (List<JCVariableDecl> l = tree.params; l.nonEmpty(); l = l.tail) in getMethodEnv()
[all …]
H A DAnalyzer.java63 import com.sun.tools.javac.tree.JCTree.JCVariableDecl;
307 List<JCVariableDecl> params = md.params; in rewrite()
360 boolean isImplicitlyTyped(JCVariableDecl decl) { in isImplicitlyTyped()
367 JCVariableDecl rewriteVarType(JCVariableDecl oldTree) { in rewriteVarType()
368 JCVariableDecl newTree = copier.copy(oldTree); in rewriteVarType()
376 void processVar(JCVariableDecl oldTree, JCVariableDecl newTree, boolean hasErrors) { in processVar()
388 class RedundantLocalVarTypeAnalyzer extends RedundantLocalVarTypeAnalyzerBase<JCVariableDecl> {
394 boolean match(JCVariableDecl tree){ in match()
400 List<JCVariableDecl> rewrite(JCVariableDecl oldTree) { in rewrite()
404 void process(JCVariableDecl oldTree, JCVariableDecl newTree, boolean hasErrors){ in process()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DMemberEnter.java99 List<JCVariableDecl> params, in signature()
101 JCVariableDecl recvparam, in signature()
111 for (List<JCVariableDecl> l = params; l.nonEmpty(); l = l.tail) { in signature()
208 JCVariableDecl lastParam = null; in visitMethodDef()
209 for (List<JCVariableDecl> l = tree.params; l.nonEmpty(); l = l.tail) { in visitMethodDef()
210 JCVariableDecl param = lastParam = l.head; in visitMethodDef()
253 public void visitVarDef(JCVariableDecl tree) { in visitVarDef()
321 void checkReceiver(JCVariableDecl tree, Env<AttrContext> localEnv) { in checkReceiver()
422 Env<AttrContext> initEnv(JCVariableDecl tree, Env<AttrContext> env) { in initEnv()
448 for (List<JCVariableDecl> l = tree.params; l.nonEmpty(); l = l.tail) in getMethodEnv()
[all …]
H A DAnalyzer.java65 import com.sun.tools.javac.tree.JCTree.JCVariableDecl;
309 List<JCVariableDecl> params = md.params; in rewrite()
362 boolean isImplicitlyTyped(JCVariableDecl decl) { in isImplicitlyTyped()
369 JCVariableDecl rewriteVarType(JCVariableDecl oldTree) { in rewriteVarType()
370 JCVariableDecl newTree = copier.copy(oldTree); in rewriteVarType()
378 void processVar(JCVariableDecl oldTree, JCVariableDecl newTree, boolean hasErrors) { in processVar()
390 class RedundantLocalVarTypeAnalyzer extends RedundantLocalVarTypeAnalyzerBase<JCVariableDecl> {
396 boolean match(JCVariableDecl tree){ in match()
402 List<JCVariableDecl> rewrite(JCVariableDecl oldTree) { in rewrite()
406 void process(JCVariableDecl oldTree, JCVariableDecl newTree, boolean hasErrors){ in process()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java191 List<JCVariableDecl> params, in MethodDef()
204 JCVariableDecl recvparam, in MethodDef()
205 List<JCVariableDecl> params, in MethodDef()
225 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype, init, null); in VarDef()
231 JCVariableDecl tree = new JCVariableDecl(mods, name, vartype); in ReceiverVarDef()
320 public JCCatch Catch(JCVariableDecl param, JCBlock body) { in Catch()
429 public JCLambda Lambda(List<JCVariableDecl> params, in Lambda()
479 public JCBindingPattern BindingPattern(JCVariableDecl var) { in BindingPattern()
706 public JCExpression Ident(JCVariableDecl param) { in Ident()
854 return (JCVariableDecl) in VarDef()
[all …]

12345678910>>...20