public interface

TypeTree

implements Tree
sun.reflect.generics.tree.TypeTree
Known Indirect Subclasses

Class Overview

Common supertype for all nodes that represent type expressions in the generic signature AST.

Summary

Public Methods
abstract void accept(TypeTreeVisitor<?> v)
Accept method for the visitor pattern.

Public Methods

public abstract void accept (TypeTreeVisitor<?> v)

Accept method for the visitor pattern.

Parameters
v - a TypeTreeVisitor that will process this tree