|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rmi.rmiSynth.lex.LexType
public class LexType
Constructor Summary | |
---|---|
LexType()
Constructor |
Method Summary | |
---|---|
java.lang.String |
getName()
Sets name of structure |
boolean |
isArray()
If type is array |
boolean |
isVoid()
If method returns void |
void |
setArray(boolean _array)
Sets type as array |
void |
setName(java.lang.String _name)
Gets name of structure |
java.lang.String |
toString()
To string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LexType()
Method Detail |
---|
public void setName(java.lang.String _name)
_name
- New namepublic java.lang.String getName()
public void setArray(boolean _array)
_array
- true if array, false if notpublic boolean isArray()
public boolean isVoid()
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 |