|
2009-10-01 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
public abstract class DeclarationInfo
| Constructor Summary | |
|---|---|
DeclarationInfo()
Constructs an instance of this class. |
|
DeclarationInfo(java.lang.String name,
int accessFlags)
Constructs an instance of this class from the specified name and access flags parameters. |
|
| Method Summary | |
|---|---|
int |
getAccessFlags()
Gets the access flags (int) value. |
int |
getModifiers()
Gets the modifiers (int) value. |
java.lang.String |
getName()
Gets the name (String) value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeclarationInfo()
DeclarationInfo(String,int)
public DeclarationInfo(java.lang.String name,
int accessFlags)
name - The name (String) parameter.accessFlags - The access flags (int) parameter.DeclarationInfo()| Method Detail |
|---|
public int getAccessFlags()
int) value.public int getModifiers()
int) value.public java.lang.String getName()
String) value.
|
2009-10-01 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||