net.rmi.rmiSynth.lex
Class LexType

java.lang.Object
  extended by net.rmi.rmiSynth.lex.LexType

public class LexType
extends java.lang.Object


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

LexType

public LexType()
Constructor

Method Detail

setName

public void setName(java.lang.String _name)
Gets name of structure

Parameters:
_name - New name

getName

public java.lang.String getName()
Sets name of structure

Returns:
name Type name

setArray

public void setArray(boolean _array)
Sets type as array

Parameters:
_array - true if array, false if not

isArray

public boolean isArray()
If type is array

Returns:
array true if array, false if not

isVoid

public boolean isVoid()
If method returns void

Returns:
(true or false)

toString

public java.lang.String toString()
To string

Overrides:
toString in class java.lang.Object
Returns:
s