| |
|
| xtc.type.Type xtc.type.Parameter xtc.type.Wildcard
Wildcard | public class Wildcard extends Parameter (Code) | | A type wildcard.
author: Robert Grimm version: $Revision: 1.2 $ |
Field Summary | |
final public static Wildcard | TYPE The canonical wildcard. |
Constructor Summary | |
public | Wildcard() Create a new wildcard. | public | Wildcard(Type template) Create a new wildcard. |
Wildcard | public Wildcard()(Code) | | Create a new wildcard.
|
Wildcard | public Wildcard(Type template)(Code) | | Create a new wildcard.
Parameters: template - The type whose annotations to copy. |
bind | public void bind(Type type)(Code) | | Bind this wildcard. Wildcards cannot be bound.
Parameters: type - The type. throws: IllegalStateException - Signals that wildcards cannot bebound. |
hashCode | public int hashCode()(Code) | | |
isWildcard | public boolean isWildcard()(Code) | | |
|
|
|