Home
last modified time | relevance | path

Searched refs:isStaticPhase (Results 1 – 25 of 56) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java2837 public boolean isStaticPhase; field in JCTree.JCRequires
2841 protected JCRequires(boolean isTransitive, boolean isStaticPhase, JCExpression moduleName) { in JCRequires() argument
2843 this.isStaticPhase = isStaticPhase; in JCRequires()
2867 return isStaticPhase; in isStatic()
3055 JCRequires Requires(boolean isTransitive, boolean isStaticPhase, JCExpression qualId); in Requires() argument
H A DTreeMaker.java590 public JCRequires Requires(boolean isTransitive, boolean isStaticPhase, JCExpression qualId) { in Requires() argument
591 JCRequires tree = new JCRequires(isTransitive, isStaticPhase, qualId); in Requires()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java2940 public boolean isStaticPhase; field in JCTree.JCRequires
2944 protected JCRequires(boolean isTransitive, boolean isStaticPhase, JCExpression moduleName) { in JCRequires() argument
2946 this.isStaticPhase = isStaticPhase; in JCRequires()
2970 return isStaticPhase; in isStatic()
3163 JCRequires Requires(boolean isTransitive, boolean isStaticPhase, JCExpression qualId); in Requires() argument
H A DTreeMaker.java604 public JCRequires Requires(boolean isTransitive, boolean isStaticPhase, JCExpression qualId) { in Requires() argument
605 JCRequires tree = new JCRequires(isTransitive, isStaticPhase, qualId); in Requires()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java2837 public boolean isStaticPhase; field in JCTree.JCRequires
2841 protected JCRequires(boolean isTransitive, boolean isStaticPhase, JCExpression moduleName) { in JCRequires() argument
2843 this.isStaticPhase = isStaticPhase; in JCRequires()
2867 return isStaticPhase; in isStatic()
3055 JCRequires Requires(boolean isTransitive, boolean isStaticPhase, JCExpression qualId); in Requires() argument
H A DTreeMaker.java590 public JCRequires Requires(boolean isTransitive, boolean isStaticPhase, JCExpression qualId) { in Requires() argument
591 JCRequires tree = new JCRequires(isTransitive, isStaticPhase, qualId); in Requires()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java2996 public boolean isStaticPhase; field in JCTree.JCRequires
3000 protected JCRequires(boolean isTransitive, boolean isStaticPhase, JCExpression moduleName) { in JCRequires() argument
3002 this.isStaticPhase = isStaticPhase; in JCRequires()
3026 return isStaticPhase; in isStatic()
3220 JCRequires Requires(boolean isTransitive, boolean isStaticPhase, JCExpression qualId); in Requires() argument
H A DTreeMaker.java621 public JCRequires Requires(boolean isTransitive, boolean isStaticPhase, JCExpression qualId) { in Requires() argument
622 JCRequires tree = new JCRequires(isTransitive, isStaticPhase, qualId); in Requires()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java2912 public boolean isStaticPhase; field in JCTree.JCRequires
2916 protected JCRequires(boolean isTransitive, boolean isStaticPhase, JCExpression moduleName) { in JCRequires() argument
2918 this.isStaticPhase = isStaticPhase; in JCRequires()
2942 return isStaticPhase; in isStatic()
3134 JCRequires Requires(boolean isTransitive, boolean isStaticPhase, JCExpression qualId); in Requires() argument
H A DTreeMaker.java598 public JCRequires Requires(boolean isTransitive, boolean isStaticPhase, JCExpression qualId) { in Requires() argument
599 JCRequires tree = new JCRequires(isTransitive, isStaticPhase, qualId); in Requires()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java3008 public boolean isStaticPhase; field in JCTree.JCRequires
3012 protected JCRequires(boolean isTransitive, boolean isStaticPhase, JCExpression moduleName) { in JCRequires() argument
3014 this.isStaticPhase = isStaticPhase; in JCRequires()
3038 return isStaticPhase; in isStatic()
3232 JCRequires Requires(boolean isTransitive, boolean isStaticPhase, JCExpression qualId); in Requires() argument
H A DTreeMaker.java621 public JCRequires Requires(boolean isTransitive, boolean isStaticPhase, JCExpression qualId) { in Requires() argument
622 JCRequires tree = new JCRequires(isTransitive, isStaticPhase, qualId); in Requires()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java2999 public boolean isStaticPhase; field in JCTree.JCRequires
3003 protected JCRequires(boolean isTransitive, boolean isStaticPhase, JCExpression moduleName) { in JCRequires() argument
3005 this.isStaticPhase = isStaticPhase; in JCRequires()
3029 return isStaticPhase; in isStatic()
3223 JCRequires Requires(boolean isTransitive, boolean isStaticPhase, JCExpression qualId); in Requires() argument
H A DTreeMaker.java609 public JCRequires Requires(boolean isTransitive, boolean isStaticPhase, JCExpression qualId) { in Requires() argument
610 JCRequires tree = new JCRequires(isTransitive, isStaticPhase, qualId); in Requires()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTreeDiffer.java485 && tree.isStaticPhase == that.isStaticPhase in visitRequires()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTreeDiffer.java485 && tree.isStaticPhase == that.isStaticPhase in visitRequires()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTreeDiffer.java485 && tree.isStaticPhase == that.isStaticPhase in visitRequires()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java3173 public boolean isStaticPhase; field in JCTree.JCRequires
3177 protected JCRequires(boolean isTransitive, boolean isStaticPhase, JCExpression moduleName) { in JCRequires() argument
3179 this.isStaticPhase = isStaticPhase; in JCRequires()
3203 return isStaticPhase; in isStatic()
3397 JCRequires Requires(boolean isTransitive, boolean isStaticPhase, JCExpression qualId); in Requires() argument
H A DTreeMaker.java645 public JCRequires Requires(boolean isTransitive, boolean isStaticPhase, JCExpression qualId) { in Requires() argument
646 JCRequires tree = new JCRequires(isTransitive, isStaticPhase, qualId); in Requires()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTreeDiffer.java493 && tree.isStaticPhase == that.isStaticPhase in visitRequires()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTreeDiffer.java507 && tree.isStaticPhase == that.isStaticPhase in visitRequires()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTreeDiffer.java504 && tree.isStaticPhase == that.isStaticPhase in visitRequires()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTreeDiffer.java510 && tree.isStaticPhase == that.isStaticPhase in visitRequires()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DTreeDiffer.java506 && tree.isStaticPhase == that.isStaticPhase in visitRequires()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java3320 boolean isStaticPhase = false; in moduleDirectiveList()
3336 if (isStaticPhase) { in moduleDirectiveList()
3339 isStaticPhase = true; in moduleDirectiveList()
3348 defs.append(toP(F.at(pos).Requires(isTransitive, isStaticPhase, moduleName))); in moduleDirectiveList()

123