Top Description Fields Constructors Methods
sun.reflect.generics.tree

public Class VoidDescriptor

extends Object
implements ReturnType
Class Inheritance
All Implemented Interfaces
sun.reflect.generics.tree.ReturnType, sun.reflect.generics.tree.TypeTree, sun.reflect.generics.tree.Tree
Imports
sun.reflect.generics.visitor.TypeTreeVisitor

AST that represents the pseudo-type void.

Field Summary

Modifier and TypeField and Description
private static final VoidDescriptor

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
public void
accept(TypeTreeVisitor<?>
a TypeTreeVisitor that will process this tree
v
)

Implements sun.reflect.generics.tree.TypeTree.accept.

Accept method for the visitor pattern.
public static VoidDescriptor
make()

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

singletonback to summary
private static final VoidDescriptor singleton

Constructor Detail

VoidDescriptorback to summary
private VoidDescriptor()

Method Detail

acceptback to summary
public void accept(TypeTreeVisitor<?> v)

Implements sun.reflect.generics.tree.TypeTree.accept.

Doc from sun.reflect.generics.tree.TypeTree.accept.

Accept method for the visitor pattern.

Parameters
v:TypeTreeVisitor<?>

a TypeTreeVisitor that will process this tree

makeback to summary
public static VoidDescriptor make()