Package net.sf.rej.java.attribute.generics

Provides classes for modeling Signature attributes and other generics related constructs

See:
          Description

Interface Summary
TypeArgument A methodless interface for all TypeArgument types.
 

Class Summary
Any A wildcard TypeArgument which will match any type.
BoundTypeArgument A TypeArgument that is bound to a reference type.
ClassSignature Models a class signature for classes with formal type parameters or type arguments for the superclass or interfaces.
FieldSignature Models a field signature for fields with type arguments.
FormalTypeParameter Models a formal type parameter.
GenericJavaType This class models a concept which is broader than what is modeled by a JavaType class.
LocalVariableTypeEntry  
MethodSignature Models a method signature for methods with formal type parameters or type arguments for the return type or the parameters.
Signature  
SignatureParser Utility class that performs parsing of signatures strings.
Signatures A facade class for getting parsed signature classes out of strings.
 

Enum Summary
BoundTypeArgument.Bound  
Types An enumeration of the types of generic java types.
 

Package net.sf.rej.java.attribute.generics Description

Provides classes for modeling Signature attributes and other generics related constructs.