|
RECODER 0.92 | |||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
public interface TypeParameter
| Nested Class Summary | |
|---|---|
static class |
TypeParameter.DescrImp
|
static class |
TypeParameter.EqualsImplementor
TODO 0.90 could be removed !? |
| Nested classes/interfaces inherited from interface recoder.abstraction.ProgramModelElement |
|---|
ProgramModelElement.LexicalOrder |
| Nested classes/interfaces inherited from interface recoder.abstraction.ProgramModelElement |
|---|
ProgramModelElement.LexicalOrder |
| Nested classes/interfaces inherited from interface recoder.abstraction.ProgramModelElement |
|---|
ProgramModelElement.LexicalOrder |
| Field Summary |
|---|
| Fields inherited from interface recoder.abstraction.ProgramModelElement |
|---|
LEXICAL_ORDER |
| Fields inherited from interface recoder.bytecode.AccessFlags |
|---|
ABSTRACT, ANNOTATION, BRIDGE, ENUM, FINAL, INTERFACE, NATIVE, PRIVATE, PROTECTED, PUBLIC, STATIC, STRICT, SUPER, SYNCHRONIZED, SYNTHETIC, TRANSIENT, VARARGS, VOLATILE |
| Fields inherited from interface recoder.abstraction.ProgramModelElement |
|---|
LEXICAL_ORDER |
| Fields inherited from interface recoder.bytecode.AccessFlags |
|---|
ABSTRACT, ANNOTATION, BRIDGE, ENUM, FINAL, INTERFACE, NATIVE, PRIVATE, PROTECTED, PUBLIC, STATIC, STRICT, SUPER, SYNCHRONIZED, SYNTHETIC, TRANSIENT, VARARGS, VOLATILE |
| Fields inherited from interface recoder.abstraction.ProgramModelElement |
|---|
LEXICAL_ORDER |
| Fields inherited from interface recoder.bytecode.AccessFlags |
|---|
ABSTRACT, ANNOTATION, BRIDGE, ENUM, FINAL, INTERFACE, NATIVE, PRIVATE, PROTECTED, PUBLIC, STATIC, STRICT, SUPER, SYNCHRONIZED, SYNTHETIC, TRANSIENT, VARARGS, VOLATILE |
| Method Summary | |
|---|---|
int |
getBoundCount()
|
java.lang.String |
getBoundName(int boundidx)
|
java.util.List<? extends TypeArgument> |
getBoundTypeArguments(int boundidx)
|
ClassType |
getContainingClassType()
Returns the logical parent type of this member. |
java.lang.String |
getParameterName()
|
boolean |
inheritanceEqual(TypeParameter other)
ONLY FOR INTERNAL USE !!! |
| Methods inherited from interface recoder.abstraction.ClassType |
|---|
getAllFields, getAllMethods, getAllSupertypes, getAllTypes, getConstructors, getErasedType, getFields, getMethods, getSupertypes, getTypeParameters, isAbstract, isAnnotationType, isEnumType, isInner, isInterface, isOrdinaryClass, isOrdinaryInterface |
| Methods inherited from interface recoder.abstraction.Type |
|---|
createArrayType, getArrayType, getFullSignature |
| Methods inherited from interface recoder.abstraction.ProgramModelElement |
|---|
getBinaryName, getFullName, getProgramModelInfo, setProgramModelInfo |
| Methods inherited from interface recoder.NamedModelElement |
|---|
getName |
| Methods inherited from interface recoder.ModelElement |
|---|
validate |
| Methods inherited from interface recoder.abstraction.Member |
|---|
getAnnotations, isFinal, isPrivate, isProtected, isPublic, isStatic, isStrictFp |
| Methods inherited from interface recoder.abstraction.ProgramModelElement |
|---|
getBinaryName, getFullName, getProgramModelInfo, setProgramModelInfo |
| Methods inherited from interface recoder.NamedModelElement |
|---|
getName |
| Methods inherited from interface recoder.ModelElement |
|---|
validate |
| Methods inherited from interface recoder.abstraction.ClassTypeContainer |
|---|
getContainer, getPackage, getTypes |
| Methods inherited from interface recoder.abstraction.ProgramModelElement |
|---|
getBinaryName, getFullName, getProgramModelInfo, setProgramModelInfo |
| Methods inherited from interface recoder.NamedModelElement |
|---|
getName |
| Methods inherited from interface recoder.ModelElement |
|---|
validate |
| Method Detail |
|---|
java.lang.String getParameterName()
int getBoundCount()
java.lang.String getBoundName(int boundidx)
java.util.List<? extends TypeArgument> getBoundTypeArguments(int boundidx)
ClassType getContainingClassType()
Member
getContainingClassType in interface Memberboolean inheritanceEqual(TypeParameter other)
other -
|
RECODER 0.92 | |||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||