Searched refs:visitTypeVar (Results 1 - 11 of 11) sorted by relevance

/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/jshell/
H A DVarTypePrinter.java80 public String visitTypeVar(TypeVar t, Locale locale) { method in class:VarTypePrinter
144 public Void visitTypeVar(TypeVar t, Set<Type> seen) { method in class:VarTypePrinter.CaptureScanner
217 public Type visitTypeVar(TypeVar t, Boolean upward) { method in class:VarTypePrinter.TypeProjection
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypes.java1582 public Boolean visitTypeVar(TypeVar t, Type s) {
1773 public Boolean visitTypeVar(TypeVar t, Void ignored) {
1821 public Type visitTypeVar(TypeVar t, Void _unused) {
1915 public Type visitTypeVar(TypeVar t, Symbol sym) {
2037 public Type visitTypeVar(TypeVar t, Symbol sym) {
2160 public Type visitTypeVar(TypeVar t, Boolean recurse) {
2266 public Type visitTypeVar(TypeVar t, Void ignored) {
2341 public List<Type> visitTypeVar(TypeVar t, Void ignored) {
2483 public Type visitTypeVar(TypeVar t, Void ignored) {
2795 public CompoundScope visitTypeVar(TypeVa method in class:Types.MembersClosureCache
3055 public Type visitTypeVar(TypeVar t, Void ignored) { method in class:Types.Subst
3952 public Integer visitTypeVar(TypeVar t, Void ignored) { method in class:Types.HashCodeVisitor
4359 public Void visitTypeVar(TypeVar source, Type target) throws AdaptFailure { method in class:Types.Adapter
4493 public Type visitTypeVar(TypeVar t, Void s) { method in class:Types.Rewriter
4633 public R visitTypeVar(TypeVar t, S s) { return visitType(t, s); } method in class:Types.DefaultTypeVisitor
[all...]
H A DPrinter.java273 public String visitTypeVar(TypeVar t, Locale locale) { method in class:Printer
H A DType.java377 public Type visitTypeVar(TypeVar t, Void aVoid) {
378 return super.visitTypeVar((TypeVar)t.typeNoMetadata(), aVoid);
1650 return v.visitTypeVar(this, s);
2437 R visitTypeVar(TypeVar t, S s); method in interface:Type.Visitor
H A DTypeAnnotations.java655 public Type visitTypeVar(TypeVar t, List<TypeCompound> s) {
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DRichDiagnosticFormatter.java398 public String visitTypeVar(TypeVar t, Locale locale) { method in class:RichDiagnosticFormatter.RichPrinter
548 public Void visitTypeVar(TypeVar t, Void ignored) {
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInferenceContext.java429 public Void visitTypeVar(TypeVar t, Void aVoid) { method in class:InferenceContext.ReachabilityVisitor
H A DInfer.java636 public Type visitTypeVar(TypeVar tv, Void aVoid) {
H A DCheck.java877 public Boolean visitTypeVar(TypeVar t, Void s) {
1105 public Boolean visitTypeVar(TypeVar t, Void s) {
/openjdk10/langtools/test/tools/javac/lib/
H A DDPrinter.java1289 return visitTypeVar(type, null);
1328 public Void visitTypeVar(TypeVar type, Void ignore) { method in class:DPrinter.TypeVisitor
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/
H A DJNIWriter.java665 public R visitTypeVar(Type.TypeVar t, P p) { method in class:JNIWriter.SimpleTypeVisitor

Completed in 146 milliseconds