|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.rtti.INamedType
public class INamedType
Defines a named type in the RTTI, e.g. a name coupled to a type.
Method Summary | |
---|---|
String |
getInit()
Returns the init of the variable |
String |
getName()
Returns the name of the variable |
String |
getSignature(String packageName,
Properties imports)
|
IType |
getType()
Returns the type of the variable |
String |
toString()
Returns a string representation of this named type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getName()
public IType getType()
public String getInit()
public String getSignature(String packageName, Properties imports)
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |