|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.exolab.javasource.JType
org.exolab.javasource.JPrimitiveType
public final class JPrimitiveType
JType sub-class for java primitives.
| Field Summary |
|---|
| Fields inherited from class org.exolab.javasource.JType |
|---|
BOOLEAN, BYTE, CHAR, DOUBLE, FLOAT, INT, LONG, SHORT |
| Constructor Summary | |
|---|---|
protected |
JPrimitiveType(java.lang.String name,
java.lang.String wrapperName)
Creates a new JPrimitiveType for a primitive with the given name and wrapper name. |
| Method Summary | |
|---|---|
java.lang.String |
getWrapperName()
Return the name of the wrapper object for a primitive type, null for non-primitive types. |
java.lang.String |
toString()
Returns the String representation of this JType. |
| Methods inherited from class org.exolab.javasource.JType |
|---|
getLocalName, getName, isArray, isPrimitive, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected JPrimitiveType(java.lang.String name,
java.lang.String wrapperName)
name - The name of the type.wrapperName - The name of the wrapper Object type for this primitive type.| Method Detail |
|---|
public java.lang.String getWrapperName()
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 | |||||||