|
||||||||||
| 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.DecoratedDeclaredType
net.sf.jelly.apt.decorations.type.DecoratedClassType
net.sf.jelly.apt.decorations.type.DecoratedEnumType
public class DecoratedEnumType
| Field Summary |
|---|
| Fields inherited from class net.sf.jelly.apt.decorations.type.DecoratedTypeMirror |
|---|
delegate |
| Constructor Summary | |
|---|---|
DecoratedEnumType(com.sun.mirror.type.EnumType delegate)
|
|
| Method Summary | |
|---|---|
void |
accept(com.sun.mirror.util.TypeVisitor v)
|
com.sun.mirror.declaration.EnumDeclaration |
getDeclaration()
|
boolean |
isEnum()
|
| Methods inherited from class net.sf.jelly.apt.decorations.type.DecoratedClassType |
|---|
getSuperclass, isClass, isInstanceOf |
| Methods inherited from class net.sf.jelly.apt.decorations.type.DecoratedDeclaredType |
|---|
getActualTypeArguments, getContainingType, getSuperinterfaces, isDeclared |
| 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, isArray, isCollection, 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.ClassType |
|---|
getSuperclass |
| Methods inherited from interface com.sun.mirror.type.DeclaredType |
|---|
getActualTypeArguments, getContainingType, getSuperinterfaces |
| Methods inherited from interface com.sun.mirror.type.TypeMirror |
|---|
equals, toString |
| Constructor Detail |
|---|
public DecoratedEnumType(com.sun.mirror.type.EnumType delegate)
| Method Detail |
|---|
public com.sun.mirror.declaration.EnumDeclaration getDeclaration()
getDeclaration in interface com.sun.mirror.type.ClassTypegetDeclaration in interface com.sun.mirror.type.DeclaredTypegetDeclaration in interface com.sun.mirror.type.EnumTypegetDeclaration in class DecoratedClassTypepublic boolean isEnum()
isEnum in class DecoratedTypeMirrorpublic void accept(com.sun.mirror.util.TypeVisitor v)
accept in interface com.sun.mirror.type.TypeMirroraccept in class DecoratedClassType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||