|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.rmi.rmiSynth.lex.LexModif
public class LexModif
| Field Summary | |
|---|---|
int |
DEFAULT
|
int |
PRIVATE
|
int |
PROTECTED
|
int |
PUBLIC
|
| Constructor Summary | |
|---|---|
LexModif()
Constructor |
|
| Method Summary | |
|---|---|
int |
getVisibility()
Get visibility |
boolean |
isDefault()
If visivility==0 |
boolean |
isPrivate()
If visivility==2 |
boolean |
isProtected()
If visivility==3 |
boolean |
isPublic()
If visivility==1 |
boolean |
isStatic()
If static |
void |
setStatic(boolean _stat)
Set static |
void |
setVisibility(int _visibility)
Set visibility |
java.lang.String |
statToString()
Staticity to string |
java.lang.String |
toString()
Modifier to string |
java.lang.String |
visibilityToString()
Returns structure visibility 0-"" 1-public 2-private 3-protected |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final int DEFAULT
public final int PUBLIC
public final int PRIVATE
public final int PROTECTED
| Constructor Detail |
|---|
public LexModif()
| Method Detail |
|---|
public void setVisibility(int _visibility)
_visibility - default, public, private,
or protectedpublic int getVisibility()
public boolean isDefault()
public boolean isPublic()
public boolean isPrivate()
public boolean isProtected()
public void setStatic(boolean _stat)
_static - true or falsepublic boolean isStatic()
public java.lang.String visibilityToString()
public java.lang.String statToString()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||