|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.platform.validation.test.checker.DeclarationInfo
org.eclipse.soda.dk.platform.validation.test.checker.MemberInfo
public abstract class MemberInfo
| Constructor Summary | |
|---|---|
MemberInfo()
Constructs an instance of this class. |
|
MemberInfo(java.lang.String name,
int accessFlags,
java.lang.String typeDescriptor)
Constructs an instance of this class from the specified name, access flags and type descriptor parameters. |
|
| Method Summary | |
|---|---|
java.lang.Class |
getType()
Gets the type (Class) value. |
static java.lang.Class |
getType(java.lang.String typeDescriptor)
Get type with the specified type descriptor parameter and return the Class result. |
java.lang.String |
getTypeDescriptor()
Gets the type descriptor (String) value. |
| Methods inherited from class org.eclipse.soda.dk.platform.validation.test.checker.DeclarationInfo |
|---|
getAccessFlags, getModifiers, getName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MemberInfo()
MemberInfo(String,int,String)
public MemberInfo(java.lang.String name,
int accessFlags,
java.lang.String typeDescriptor)
name - The name (String) parameter.accessFlags - The access flags (int) parameter.typeDescriptor - The type descriptor (String) parameter.MemberInfo()| Method Detail |
|---|
public static java.lang.Class getType(java.lang.String typeDescriptor)
throws java.lang.ClassNotFoundException
typeDescriptor - The type descriptor (String) parameter.
Class) value.
java.lang.ClassNotFoundException - Class Not Found Exception.getType()
public java.lang.Class getType()
throws java.lang.ClassNotFoundException
Class) value.
java.lang.ClassNotFoundException - Class Not Found Exception.getType(String)public java.lang.String getTypeDescriptor()
String) value.
|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||