public class TypeNode extends java.lang.Object implements AnnotationExpression
| 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 |
|---|---|
<T> T |
accept(AnnotationVisitor<T> visitor)
Accept for the visitor pattern.
|
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 <T> T accept(AnnotationVisitor<T> visitor)
accept in interface AnnotationExpressionvisitor - the visitorpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2001-2022 JRuby. All Rights Reserved.