RECODER 0.92

recoder.abstraction
Class ImplicitEnumValues

java.lang.Object
  extended by recoder.abstraction.ImplicitEnumMethod
      extended by recoder.abstraction.ImplicitEnumValues
All Implemented Interfaces:
ClassTypeContainer, Member, Method, ProgramModelElement, AccessFlags, ModelElement, NamedModelElement

public class ImplicitEnumValues
extends ImplicitEnumMethod

Author:
Tobias Gutzmann

Nested Class Summary
 
Nested classes/interfaces inherited from interface recoder.abstraction.ProgramModelElement
ProgramModelElement.LexicalOrder
 
Nested classes/interfaces inherited from interface recoder.abstraction.ProgramModelElement
ProgramModelElement.LexicalOrder
 
Field Summary
 
Fields inherited from interface recoder.abstraction.ProgramModelElement
LEXICAL_ORDER
 
Fields inherited from interface recoder.bytecode.AccessFlags
ABSTRACT, ANNOTATION, BRIDGE, ENUM, FINAL, INTERFACE, NATIVE, PRIVATE, PROTECTED, PUBLIC, STATIC, STRICT, SUPER, SYNCHRONIZED, SYNTHETIC, TRANSIENT, VARARGS, VOLATILE
 
Fields inherited from interface recoder.abstraction.ProgramModelElement
LEXICAL_ORDER
 
Fields inherited from interface recoder.bytecode.AccessFlags
ABSTRACT, ANNOTATION, BRIDGE, ENUM, FINAL, INTERFACE, NATIVE, PRIVATE, PROTECTED, PUBLIC, STATIC, STRICT, SUPER, SYNCHRONIZED, SYNTHETIC, TRANSIENT, VARARGS, VOLATILE
 
Constructor Summary
ImplicitEnumValues(ClassType ownerClass)
           
 
Method Summary
 java.lang.String getName()
          Return the name of the model element.
 java.util.List<? extends TypeParameter> getTypeParameters()
           
 
Methods inherited from class recoder.abstraction.ImplicitEnumMethod
getAnnotations, getBinaryName, getContainer, getContainingClassType, getExceptions, getFullName, getPackage, getProgramModelInfo, getReturnType, getSignature, getTypes, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictFp, isSynchronized, isVarArgMethod, setProgramModelInfo, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplicitEnumValues

public ImplicitEnumValues(ClassType ownerClass)
Parameters:
ownerClass -
Method Detail

getName

public java.lang.String getName()
Description copied from interface: NamedModelElement
Return the name of the model element.

Returns:
the name of the model element.

getTypeParameters

public java.util.List<? extends TypeParameter> getTypeParameters()
Returns:

RECODER 0.92