|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jelly.apt.decorations.type.DecoratedTypeMirror
net.sf.jelly.apt.decorations.type.DecoratedReferenceType
net.sf.jelly.apt.decorations.type.DecoratedArrayType
public class DecoratedArrayType
| Field Summary |
|---|
| Fields inherited from class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror |
|---|
delegate |
| Constructor Summary | |
|---|---|
DecoratedArrayType(com.sun.mirror.type.ArrayType delegate)
|
|
| Method Summary | |
|---|---|
void |
accept(com.sun.mirror.util.TypeVisitor v)
|
com.sun.mirror.type.TypeMirror |
getComponentType()
|
boolean |
isArray()
|
boolean |
isInstanceOf(java.lang.String className)
|
| Methods inherited from class net.sf.jelly.apt.decorations.type.DecoratedReferenceType |
|---|
isReferenceType |
| Methods inherited from class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror |
|---|
equals, getDocComment, isAnnotation, isClass, isCollection, isDeclared, isEnum, isInterface, isPrimitive, isTypeVariable, isVoid, isWildcard, setDocComment, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sun.mirror.type.TypeMirror |
|---|
equals, toString |
| Constructor Detail |
|---|
public DecoratedArrayType(com.sun.mirror.type.ArrayType delegate)
| Method Detail |
|---|
public com.sun.mirror.type.TypeMirror getComponentType()
getComponentType in interface com.sun.mirror.type.ArrayTypepublic boolean isArray()
isArray in class DecoratedTypeMirrorpublic void accept(com.sun.mirror.util.TypeVisitor v)
accept in interface com.sun.mirror.type.TypeMirroraccept in class DecoratedReferenceTypepublic boolean isInstanceOf(java.lang.String className)
isInstanceOf in class DecoratedTypeMirror
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||