Home
last modified time | relevance | path

Searched refs:DCErroneous (Results 1 – 25 of 50) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java67 import com.sun.tools.javac.tree.DCTree.DCErroneous;
293 public DCErroneous newErroneousTree(String text, Diagnostic<JavaFileObject> diag) { in newErroneousTree()
294 DCErroneous tree = new DCErroneous(text, (JCDiagnostic) diag); in newErroneousTree()
299 …public DCErroneous newErroneousTree(String text, DiagnosticSource diagSource, String code, Object.… in newErroneousTree()
300 DCErroneous tree = new DCErroneous(text, diags, diagSource, code, args); in newErroneousTree()
H A DDCTree.java375 …public static class DCErroneous extends DCTree implements ErroneousTree, JCDiagnostic.DiagnosticPo… class in DCTree
379DCErroneous(String body, JCDiagnostic.Factory diags, DiagnosticSource diagSource, String code, Obj… in DCErroneous() method in DCTree.DCErroneous
384 DCErroneous(String body, JCDiagnostic diag) { in DCErroneous() method in DCTree.DCErroneous
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java67 import com.sun.tools.javac.tree.DCTree.DCErroneous;
293 public DCErroneous newErroneousTree(String text, Diagnostic<JavaFileObject> diag) { in newErroneousTree()
294 DCErroneous tree = new DCErroneous(text, (JCDiagnostic) diag); in newErroneousTree()
299 …public DCErroneous newErroneousTree(String text, DiagnosticSource diagSource, String code, Object.… in newErroneousTree()
300 DCErroneous tree = new DCErroneous(text, diags, diagSource, code, args); in newErroneousTree()
H A DDCTree.java375 …public static class DCErroneous extends DCTree implements ErroneousTree, JCDiagnostic.DiagnosticPo… class in DCTree
379DCErroneous(String body, JCDiagnostic.Factory diags, DiagnosticSource diagSource, String code, Obj… in DCErroneous() method in DCTree.DCErroneous
384 DCErroneous(String body, JCDiagnostic diag) { in DCErroneous() method in DCTree.DCErroneous
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java63 import com.sun.tools.javac.tree.DCTree.DCErroneous;
286 public DCErroneous newErroneousTree(String text, Diagnostic<JavaFileObject> diag) { in newErroneousTree()
287 DCErroneous tree = new DCErroneous(text, (JCDiagnostic) diag); in newErroneousTree()
292 …public DCErroneous newErroneousTree(String text, DiagnosticSource diagSource, String code, Object.… in newErroneousTree()
293 DCErroneous tree = new DCErroneous(text, diags, diagSource, code, args); in newErroneousTree()
H A DDCTree.java375 …public static class DCErroneous extends DCTree implements ErroneousTree, JCDiagnostic.DiagnosticPo… class in DCTree
379DCErroneous(String body, JCDiagnostic.Factory diags, DiagnosticSource diagSource, String code, Obj… in DCErroneous() method in DCTree.DCErroneous
384 DCErroneous(String body, JCDiagnostic diag) { in DCErroneous() method in DCTree.DCErroneous
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java63 import com.sun.tools.javac.tree.DCTree.DCErroneous;
286 public DCErroneous newErroneousTree(String text, Diagnostic<JavaFileObject> diag) { in newErroneousTree()
287 DCErroneous tree = new DCErroneous(text, (JCDiagnostic) diag); in newErroneousTree()
292 …public DCErroneous newErroneousTree(String text, DiagnosticSource diagSource, String code, Object.… in newErroneousTree()
293 DCErroneous tree = new DCErroneous(text, diags, diagSource, code, args); in newErroneousTree()
H A DDCTree.java375 …public static class DCErroneous extends DCTree implements ErroneousTree, JCDiagnostic.DiagnosticPo… class in DCTree
379DCErroneous(String body, JCDiagnostic.Factory diags, DiagnosticSource diagSource, String code, Obj… in DCErroneous() method in DCTree.DCErroneous
384 DCErroneous(String body, JCDiagnostic diag) { in DCErroneous() method in DCTree.DCErroneous
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java145 …public DCErroneous Erroneous(String text, DiagnosticSource diagSource, String code, Object... args… in Erroneous()
146 DCErroneous tree = new DCErroneous(text, diags, diagSource, code, args); in Erroneous()
H A DDCTree.java317 …public static class DCErroneous extends DCTree implements ErroneousTree, JCDiagnostic.DiagnosticPo… class in DCTree
321DCErroneous(String body, JCDiagnostic.Factory diags, DiagnosticSource diagSource, String code, Obj… in DCErroneous() method in DCTree.DCErroneous
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java145 …public DCErroneous Erroneous(String text, DiagnosticSource diagSource, String code, Object... args… in Erroneous()
146 DCErroneous tree = new DCErroneous(text, diags, diagSource, code, args); in Erroneous()
H A DDCTree.java317 …public static class DCErroneous extends DCTree implements ErroneousTree, JCDiagnostic.DiagnosticPo… class in DCTree
321DCErroneous(String body, JCDiagnostic.Factory diags, DiagnosticSource diagSource, String code, Obj… in DCErroneous() method in DCTree.DCErroneous
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java67 import com.sun.tools.javac.tree.DCTree.DCErroneous;
294 public DCErroneous newErroneousTree(String text, Diagnostic<JavaFileObject> diag) { in newErroneousTree()
295 DCErroneous tree = new DCErroneous(text, (JCDiagnostic) diag); in newErroneousTree()
300 …public DCErroneous newErroneousTree(String text, DiagnosticSource diagSource, String code, Object.… in newErroneousTree()
301 DCErroneous tree = new DCErroneous(text, diags, diagSource, code, args); in newErroneousTree()
H A DDCTree.java375 …public static class DCErroneous extends DCTree implements ErroneousTree, JCDiagnostic.DiagnosticPo… class in DCTree
379DCErroneous(String body, JCDiagnostic.Factory diags, DiagnosticSource diagSource, String code, Obj… in DCErroneous() method in DCTree.DCErroneous
384 DCErroneous(String body, JCDiagnostic diag) { in DCErroneous() method in DCTree.DCErroneous
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java67 import com.sun.tools.javac.tree.DCTree.DCErroneous;
294 public DCErroneous newErroneousTree(String text, Diagnostic<JavaFileObject> diag) { in newErroneousTree()
295 DCErroneous tree = new DCErroneous(text, (JCDiagnostic) diag); in newErroneousTree()
300 …public DCErroneous newErroneousTree(String text, DiagnosticSource diagSource, String code, Object.… in newErroneousTree()
301 DCErroneous tree = new DCErroneous(text, diags, diagSource, code, args); in newErroneousTree()
H A DDCTree.java375 …public static class DCErroneous extends DCTree implements ErroneousTree, JCDiagnostic.DiagnosticPo… class in DCTree
379DCErroneous(String body, JCDiagnostic.Factory diags, DiagnosticSource diagSource, String code, Obj… in DCErroneous() method in DCTree.DCErroneous
384 DCErroneous(String body, JCDiagnostic diag) { in DCErroneous() method in DCTree.DCErroneous
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java67 import com.sun.tools.javac.tree.DCTree.DCErroneous;
294 public DCErroneous newErroneousTree(String text, Diagnostic<JavaFileObject> diag) { in newErroneousTree()
295 DCErroneous tree = new DCErroneous(text, (JCDiagnostic) diag); in newErroneousTree()
300 …public DCErroneous newErroneousTree(String text, DiagnosticSource diagSource, String code, Object.… in newErroneousTree()
301 DCErroneous tree = new DCErroneous(text, diags, diagSource, code, args); in newErroneousTree()
H A DDCTree.java375 …public static class DCErroneous extends DCTree implements ErroneousTree, JCDiagnostic.DiagnosticPo… class in DCTree
379DCErroneous(String body, JCDiagnostic.Factory diags, DiagnosticSource diagSource, String code, Obj… in DCErroneous() method in DCTree.DCErroneous
384 DCErroneous(String body, JCDiagnostic diag) { in DCErroneous() method in DCTree.DCErroneous
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DDocTreeMaker.java67 import com.sun.tools.javac.tree.DCTree.DCErroneous;
294 public DCErroneous newErroneousTree(String text, Diagnostic<JavaFileObject> diag) { in newErroneousTree()
295 DCErroneous tree = new DCErroneous(text, (JCDiagnostic) diag); in newErroneousTree()
300 …public DCErroneous newErroneousTree(String text, DiagnosticSource diagSource, String code, Object.… in newErroneousTree()
301 DCErroneous tree = new DCErroneous(text, diags, diagSource, code, args); in newErroneousTree()
H A DDCTree.java375 …public static class DCErroneous extends DCTree implements ErroneousTree, JCDiagnostic.DiagnosticPo… class in DCTree
379DCErroneous(String body, JCDiagnostic.Factory diags, DiagnosticSource diagSource, String code, Obj… in DCErroneous() method in DCTree.DCErroneous
384 DCErroneous(String body, JCDiagnostic diag) { in DCErroneous() method in DCTree.DCErroneous
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTrees.java85 import com.sun.tools.javac.tree.DCTree.DCErroneous;
210 DCErroneous err = (DCErroneous) tree; in getSourcePositions()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTrees.java85 import com.sun.tools.javac.tree.DCTree.DCErroneous;
210 DCErroneous err = (DCErroneous) tree; in getSourcePositions()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/doctree/
H A DDocCommentTester.java53 import com.sun.tools.javac.tree.DCTree.DCErroneous;
402 print("code", ((DCErroneous) node).diag.getCode()); in visitErroneous()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/doctree/
H A DDocCommentTester.java53 import com.sun.tools.javac.tree.DCTree.DCErroneous;
402 print("code", ((DCErroneous) node).diag.getCode()); in visitErroneous()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/doctree/
H A DDocCommentTester.java57 import com.sun.tools.javac.tree.DCTree.DCErroneous;
448 print("code", ((DCErroneous) node).diag.getCode()); in visitErroneous()

12