Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.model.java.declaration
Interface WildcardTypeD  view WildcardTypeD download WildcardTypeD.java

All Superinterfaces:
Declaration, HasTypeD, TypeD

public interface WildcardTypeD
extends TypeD

Mirrors a wildcard type.


Nested Class Summary
 
Nested classes inherited from class javax.ide.model.java.declaration.Declaration
Declaration.DeclarationKind
 
Field Summary
 
Fields inherited from interface javax.ide.model.java.declaration.TypeD
EMPTY_ARRAY
 
Method Summary
 java.util.Collection getLowerBounds()
          Returns the lower bounds.
 java.util.Collection getUpperBounds()
          Returns the upper bounds.
 
Methods inherited from interface javax.ide.model.java.declaration.TypeD
equals, getClass, getClasses, getDeclaredClass, getDeclaredClasses, getDeclaredConstructor, getDeclaredConstructors, getDeclaredField, getDeclaredFields, getDeclaredMethod, getDeclaredMethods, getDeclaredMethods, getDescriptor, getField, getFields, getHierarchy, getInterfaces, getMethod, getMethods, getMethods, getSourceName, getSuperclass, getType, getTypeErasure, getTypeSignature, isAnnotation, isArray, isAssignableFrom, isEnum, isInterface, isPrimitive
 
Methods inherited from interface javax.ide.model.java.declaration.Declaration
getDeclarationKind, getPosition, isSynthetic
 

Method Detail

getUpperBounds

public java.util.Collection getUpperBounds()
Returns the upper bounds. Note that if no upper bound is explicitly declared, the upper bound is java/lang/Object.


getLowerBounds

public java.util.Collection getLowerBounds()
Returns the lower bounds. Note that if no lower bound is explicitly declared, no lower bound will be listed here even though the implicit lower bound is the type of null.