public class TypeNode extends Object implements AnnotationExpression
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getFullyTypedName()
Get the name of the class with all of its potential generic glory.
|
String |
getName() |
String |
getWrapperName()
Get the boxed or wrapper class name of the type.
|
int |
hashCode() |
boolean |
isArray() |
boolean |
isPrimitive() |
boolean |
isTyped() |
boolean |
isVoid() |
String |
toString() |
protected String name
public TypeNode(String name)
public String getName()
public boolean isPrimitive()
public boolean isVoid()
public String getWrapperName()
public String getFullyTypedName()
public boolean isTyped()
public boolean isArray()
Copyright © 2001–2015 JRuby. All rights reserved.