| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.rmi.rmiSynth.lex.LexStructure
public abstract class LexStructure
| Constructor Summary | |
|---|---|
| LexStructure()Constructor | |
| Method Summary | |
|---|---|
|  java.lang.String | getHeader()Header to string | 
|  LexModif | getModif()Gets modifier of structure | 
|  java.lang.String | getName()Gets name of structure | 
|  LexType | getType()Gets type of structure | 
|  void | setModif(LexModif _modif)Sets modifier of structure | 
|  void | setName(java.lang.String _name)Sets name of structure | 
|  void | setType(LexType _type)Sets type of structure | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public LexStructure()
| Method Detail | 
|---|
public java.lang.String getName()
public void setName(java.lang.String _name)
_name - New namepublic LexModif getModif()
public void setModif(LexModif _modif)
_modif - New modifierpublic LexType getType()
public void setType(LexType _type)
_type - New typepublic java.lang.String getHeader()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||