RECODER 0.92

recoder.abstraction
Class ErasedConstructor

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

public class ErasedConstructor
extends ErasedMethod
implements Constructor

Author:
Tobias

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
ErasedConstructor(Method genericMethod, ImplicitElementInfo service)
           
 
Method Summary
 
Methods inherited from class recoder.abstraction.ErasedMethod
getAnnotations, getBinaryName, getContainer, getContainingClassType, getExceptions, getFullName, getGenericMethod, getName, getPackage, getProgramModelInfo, getReturnType, getSignature, getTypeParameters, getTypes, isAbstract, isFinal, isNative, isPrivate, isProtected, isPublic, isStatic, isStrictFp, isSynchronized, isVarArgMethod, setProgramModelInfo, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface recoder.abstraction.Method
getExceptions, getReturnType, getSignature, getTypeParameters, isAbstract, isNative, isSynchronized, isVarArgMethod
 
Methods inherited from interface recoder.abstraction.Member
getAnnotations, getContainingClassType, isFinal, isPrivate, isProtected, isPublic, isStatic, isStrictFp
 
Methods inherited from interface recoder.abstraction.ProgramModelElement
getBinaryName, getFullName, getProgramModelInfo, setProgramModelInfo
 
Methods inherited from interface recoder.NamedModelElement
getName
 
Methods inherited from interface recoder.ModelElement
validate
 
Methods inherited from interface recoder.abstraction.ClassTypeContainer
getContainer, getPackage, getTypes
 
Methods inherited from interface recoder.abstraction.ProgramModelElement
getBinaryName, getFullName, getProgramModelInfo, setProgramModelInfo
 
Methods inherited from interface recoder.NamedModelElement
getName
 
Methods inherited from interface recoder.ModelElement
validate
 

Constructor Detail

ErasedConstructor

public ErasedConstructor(Method genericMethod,
                         ImplicitElementInfo service)
Parameters:
genericMethod -
service -

RECODER 0.92