@Deprecated public class DefaultConstructor extends java.lang.Object implements Constructor
| Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
name
Deprecated.  
  | 
protected boolean | 
parentIsPublic
Deprecated.  
  | 
| Constructor and Description | 
|---|
DefaultConstructor(ExtList children)
Deprecated.  
  | 
DefaultConstructor(java.lang.String name,
                  boolean parentIsPublic)
Deprecated.  
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClassType[] | 
getExceptions()
Deprecated.  
Returns the (empty) exception list of this constructor. 
 | 
java.lang.String | 
getFullName()
Deprecated.  
Returns the name of this element. 
 | 
java.lang.String | 
getName()
Deprecated.  
Returns the name of this element. 
 | 
Package | 
getPackage()
Deprecated.  
TO BE IMPLEMENTED
       Returns the package this element is defined in. 
 | 
Type | 
getReturnType()
Deprecated.  
Returns the return type of this method. 
 | 
Type[] | 
getSignature()
Deprecated.  
TO BE IMPLEMENTED
        Returns the signature of this constructor. 
 | 
ClassType[] | 
getTypes()
Deprecated.  
TO BE IMPLEMENTED
        Returns the (empty) list of class types locally defined within this
        container. 
 | 
boolean | 
isAbstract()
Deprecated.  
Checks if this member is abstract. 
 | 
boolean | 
isFinal()
Deprecated.  
Checks if this member is final. 
 | 
boolean | 
isNative()
Deprecated.  
Checks if this member is native. 
 | 
boolean | 
isPrivate()
Deprecated.  
Checks if this member is private. 
 | 
boolean | 
isProtected()
Deprecated.  
Checks if this member is protected. 
 | 
boolean | 
isPublic()
Deprecated.  
Checks if this member is public. 
 | 
boolean | 
isStatic()
Deprecated.  
Checks if this member is static. 
 | 
boolean | 
isStrictFp()
Deprecated.  
Checks if this member is protected. 
 | 
boolean | 
isSynchronized()
Deprecated.  
Checks if this member is synchronized. 
 | 
protected final java.lang.String name
protected final boolean parentIsPublic
public DefaultConstructor(ExtList children)
@Deprecated
public DefaultConstructor(java.lang.String name,
                                      boolean parentIsPublic)
name - of the ConstructorparentIsPublic - is set true iff the parent is declared public.public boolean isFinal()
public boolean isStatic()
public boolean isPrivate()
public boolean isProtected()
isProtected in interface Memberfalse.public boolean isPublic()
public boolean isStrictFp()
isStrictFp in interface Memberfalse.public boolean isAbstract()
isAbstract in interface Methodfalse.Constructorpublic boolean isNative()
isNative in interface Methodfalse.Constructorpublic boolean isSynchronized()
isSynchronized in interface Methodfalse.Constructorpublic Type[] getSignature()
public Type getReturnType()
public ClassType[] getExceptions()
public Package getPackage()
public ClassType[] getTypes()
public java.lang.String getName()
getName in interface NamedModelElementpublic java.lang.String getFullName()
getFullName in interface ProgramModelElement