|
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
org.eclipse.soda.dk.platform.validation.test.checker.FieldInfo
public class FieldInfo
| Constructor Summary | |
|---|---|
FieldInfo(java.lang.String name,
int accessFlags,
java.lang.String typeName)
Constructs an instance of this class from the specified name, access flags and type name parameters. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns the string value. |
| Methods inherited from class org.eclipse.soda.dk.platform.validation.test.checker.MemberInfo |
|---|
getType, getType, getTypeDescriptor |
| 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, wait, wait, wait |
| Constructor Detail |
|---|
public FieldInfo(java.lang.String name,
int accessFlags,
java.lang.String typeName)
name - The name (String) parameter.accessFlags - The access flags (int) parameter.typeName - The type name (String) parameter.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.ObjectString) value.
|
2010-01-26 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||