Package | Description |
---|---|
com.sun.mirror.util |
Utilities to assist in the processing of declarations and types.
|
Modifier and Type | Method and Description |
---|---|
VoidType |
Types.getVoidType()
Deprecated.
Returns the pseudo-type representing the type of void.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleTypeVisitor.visitVoidType(VoidType t)
Deprecated.
Visits a void type.
|
void |
TypeVisitor.visitVoidType(VoidType t)
Deprecated.
Visits a void type.
|
Copyright © 2004, 2012, Oracle and/or its affiliates. All rights reserved.