aspoev.interpreter.base
Class ConstructorDeclarationElement
java.lang.Object
aspoev.interpreter.base.Element
aspoev.interpreter.base.MethodDeclarationElement
aspoev.interpreter.base.ConstructorDeclarationElement
- All Implemented Interfaces:
- java.lang.Cloneable, aspoev.Executable, MemberElement, pJ.jasmine.PRI, java.io.Serializable
- public class ConstructorDeclarationElement
- extends MethodDeclarationElement
- implements pJ.jasmine.PRI
- See Also:
- Serialized Form
| Fields inherited from class aspoev.interpreter.base.Element |
parent |
| Fields inherited from interface pJ.jasmine.PRI |
DELETECHANGE, MODIFYCHANGE, NOCHANGE |
| Methods inherited from class aspoev.interpreter.base.MethodDeclarationElement |
addParameter, addParameter, changeMethodName, changeParameterType, changeReturnType, equals, execute, getChildrenByType, getDeclaration, getDeclaration, getFieldReferences, getMethodInvokations, getMethodInvokations, getNumParameters, getParameters, getParameterTypes, getRValue, getSigniture, getStaticType, getTypeDependencies, getVariableDeclarations, getVariableReferences, invokesMethod, parameterTypeMatch, referencesField, setBody, setDeclaration, setParameters, signitureMatch, toShortString, usesMember |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
supercalls
protected pJ.jasmine.ListOfObject supercalls
constructing
protected transient MetaObject constructing
ConstructorDeclarationElement
public ConstructorDeclarationElement(TypeReferenceElement type,
ParameterListElement params,
BlockElement init)
clone
public java.lang.Object clone()
- Description copied from class:
MethodDeclarationElement
- Returns a copy of this method.
- Overrides:
clone in class MethodDeclarationElement
executeElement
protected java.lang.Object executeElement()
- Overrides:
executeElement in class MethodDeclarationElement
addSupercalls
public void addSupercalls(java.util.List superconstructors)
getCodeString
public java.lang.String getCodeString()
- Overrides:
getCodeString in class MethodDeclarationElement