Searched refs:getKind (Results 1 - 25 of 384) sorted by relevance

1234567891011>>

/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/framework/
H A DGloballyKnown.java35 public Kind getKind(); method in interface:GloballyKnown
H A DGlobalEntity.java52 public abstract Kind getKind(); method in class:GlobalEntity
H A DExternalEntityReference.java50 public Kind getKind() { method in class:ExternalEntityReference
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/api/
H A DFormattable.java56 String getKind(); method in interface:Formattable
68 public String getKind() { method in class:Formattable.LocalizedString
/openjdk10/langtools/src/java.compiler/share/classes/javax/tools/
H A DForwardingJavaFileObject.java53 public Kind getKind() { method in class:ForwardingJavaFileObject
54 return fileObject.getKind();
H A DDiagnostic.java99 Kind getKind(); method in interface:Diagnostic
H A DJavaFileObject.java91 Kind getKind(); method in interface:JavaFileObject
/openjdk10/langtools/test/tools/javac/processing/model/element/
H A DTestTypeElement.java49 if (element.getKind().isClass() || element.getKind().isInterface()) {
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DDiagnostic.java96 Kind getKind(); method in interface:Diagnostic
H A DDebuggerTreeImpl.java36 public Tree.Kind getKind() { method in class:DebuggerTreeImpl
H A DEmptyStatementTreeImpl.java36 public Kind getKind() { method in class:EmptyStatementTreeImpl
H A DErroneousTreeImpl.java36 public Kind getKind() { method in class:ErroneousTreeImpl
H A DFunctionExpressionTreeImpl.java45 final FunctionNode.Kind kind = node.getKind();
63 public Tree.Kind getKind() { method in class:FunctionExpressionTreeImpl
89 return funcNode.getKind() == FunctionNode.Kind.ARROW;
94 return funcNode.getKind() == FunctionNode.Kind.GENERATOR;
H A DCompilationUnitTreeImpl.java42 assert funcNode.getKind() == FunctionNode.Kind.SCRIPT ||
43 funcNode.getKind() == FunctionNode.Kind.MODULE :
50 public Tree.Kind getKind() { method in class:CompilationUnitTreeImpl
H A DBreakTreeImpl.java39 public Tree.Kind getKind() { method in class:BreakTreeImpl
H A DReturnTreeImpl.java39 public Tree.Kind getKind() { method in class:ReturnTreeImpl
H A DSpreadTreeImpl.java40 public Tree.Kind getKind() { method in class:SpreadTreeImpl
H A DWithTreeImpl.java41 public Kind getKind() { method in class:WithTreeImpl
/openjdk10/langtools/test/tools/javac/lambdaShapes/org/openjdk/tests/shapegen/
H A DTTNode.java83 private Kind getKind() { method in class:TTNode
88 return getKind().isInterface;
96 return getKind() == IDEFAULT;
122 return new ClassCase(getKind(), subclass, intfs);
/openjdk10/langtools/test/lib/combo/tools/javac/combo/
H A DDiagnostics.java46 foundErrors = foundErrors || diagnostic.getKind() == Diagnostic.Kind.ERROR;
64 .filter(d -> d.getKind() == Diagnostic.Kind.ERROR)
71 .filter(d -> d.getKind() == Diagnostic.Kind.ERROR)
/openjdk10/langtools/test/tools/javac/api/taskListeners/
H A DEventsBalancedTest.java105 kind2Count.put(e.getKind(), get(e.getKind()) + 1);
110 int count = get(e.getKind());
113 throw new IllegalStateException("count<=0 for: " + e.getKind());
115 kind2Count.put(e.getKind(), count - 1);
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DTypeModeler.java52 if (typeMirror != null && typeMirror.getKind().equals(TypeKind.DECLARED))
64 if (theClass.getKind().equals(ElementKind.CLASS)) {
66 if (!superClass.getKind().equals(TypeKind.NONE))
109 if (type.getKind().equals(TypeKind.DECLARED)) {
136 if (member == null && type.getKind().equals(ElementKind.CLASS))
145 if (d1.getKind().equals(ElementKind.CLASS)) {
147 if (!superClass.getKind().equals(TypeKind.NONE)) {
169 if (element.getKind() == ElementKind.CLASS) {
171 TypeKind tk = typeMirror.getKind();
175 tk = superType.getKind();
[all...]
H A DTypeMonikerFactory.java48 if (typeMirror.getKind().isPrimitive())
50 else if (typeMirror.getKind().equals(TypeKind.ARRAY))
52 else if (typeMirror.getKind().equals(TypeKind.DECLARED))
96 kind = type.getKind();
/openjdk10/langtools/src/java.compiler/share/classes/javax/lang/model/type/
H A DTypeMirror.java47 * or use the result of the {@link #getKind} method. Using {@code
67 TypeKind getKind(); method in interface:TypeMirror
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/doclet/
H A DDoclet.java128 Option.Kind getKind(); method in interface:Doclet.Option

Completed in 112 milliseconds

1234567891011>>