public class TypeNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name |
Constructor and Description |
---|
TypeNode(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getFullyTypedName()
Get the name of the class with all of its potential generic glory.
|
java.lang.String |
getName() |
java.lang.String |
getWrapperName()
Get the boxed or wrapper class name of the type.
|
int |
hashCode() |
boolean |
isArray() |
boolean |
isPrimitive() |
boolean |
isTyped() |
boolean |
isVoid() |
java.lang.String |
toString() |
public java.lang.String getName()
public boolean isPrimitive()
public boolean isVoid()
public java.lang.String getWrapperName()
public java.lang.String getFullyTypedName()
public boolean isTyped()
public boolean isArray()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2002-2009 JRuby Team. All Rights Reserved.