Uses of Class
net.rmi.rmiSynth.lex.LexType

Packages that use LexType
net.rmi.rmiSynth.lex   
 

Uses of LexType in net.rmi.rmiSynth.lex
 

Methods in net.rmi.rmiSynth.lex that return LexType
 LexType LexStructure.getType()
          Gets type of structure
 LexType Reflector.getType(java.lang.Class prm)
          Gets parameter type
 LexType Reflector.getType(java.lang.reflect.Field fld)
          Gets field type
 LexType Reflector.getType(java.lang.reflect.Method mtd)
          Gets method return type
 

Methods in net.rmi.rmiSynth.lex with parameters of type LexType
 void LexStructure.setType(LexType _type)
          Sets type of structure