| java.lang.Object de.uka.ilkd.key.java.JavaSourceElement de.uka.ilkd.key.java.JavaProgramElement de.uka.ilkd.key.java.JavaNonTerminalProgramElement de.uka.ilkd.key.java.reference.SpecialConstructorReference de.uka.ilkd.key.java.reference.SuperConstructorReference
prefix | final protected ReferencePrefix prefix(Code) | | Access path to enclosing class.
As KeY normalises inner classes this should be always null and may be
removed in future
|
SuperConstructorReference | public SuperConstructorReference()(Code) | | Super constructor reference.
|
SuperConstructorReference | public SuperConstructorReference(Expression[] arguments)(Code) | | Super constructor reference.
Parameters: arguments - an expression mutable list. |
SuperConstructorReference | public SuperConstructorReference(ReferencePrefix accessPath, Expression[] arguments)(Code) | | Super constructor reference.
Parameters: accessPath - a reference prefix. Parameters: arguments - an expression mutable list. |
SuperConstructorReference | public SuperConstructorReference(ReferencePrefix accessPath, ArrayOfExpression arguments)(Code) | | Super constructor reference.
Parameters: accessPath - a reference prefix. Parameters: arguments - an expression mutable list. |
SuperConstructorReference | public SuperConstructorReference(ExtList children, ReferencePrefix accessPath, PositionInfo pi)(Code) | | Constructor for the transformation of COMPOST ASTs to KeY.
Parameters: children - the children of this AST element as KeY classes. Parameters: accessPath - a ReferencePrefix of the array reference. May contain: several of Expression (as initializers of the array),Comments.Must contain:execution contextMUST NOT CONTAIN: the ReferencePrefix for the accessPath becauseExpression and ReferencePrefix might not be disjunct. |
SuperConstructorReference | public SuperConstructorReference(ExtList children, ReferencePrefix accessPath)(Code) | | Constructor for the transformation of COMPOST ASTs to KeY.
Parameters: children - the children of this AST element as KeY classes. Parameters: accessPath - a ReferencePrefix of the array reference. May contain: several of Expression (as initializers of the array),Comments.Must contain:execution contextMUST NOT CONTAIN: the ReferencePrefix for the accessPath becauseExpression and ReferencePrefix might not be disjunct. |
getReferencePrefix | public ReferencePrefix getReferencePrefix()(Code) | | Get reference prefix.
the reference prefix. |
visit | public void visit(Visitor v)(Code) | | calls the corresponding method of a visitor in order to
perform some action/transformation on this element
Parameters: v - the Visitor |
Fields inherited from de.uka.ilkd.key.java.reference.SpecialConstructorReference | final protected ArrayOfExpression arguments(Code)(Java Doc)
|
|
|