All Packages Class Hierarchy This Package Previous Next Index
Class openjava.ptree.SpecialCallStatement
java.lang.Object
|
+----openjava.ptree.PtreeObject
|
+----openjava.ptree.NonLeaf
|
+----openjava.ptree.SpecialCallStatement
- public class SpecialCallStatement
- extends NonLeaf
The SpecialCallStatement is not a regular statement.
The place where this is put on is restricted to the first line
of constructor body.
-
SpecialCallStatement(QualifiedName, SpecialName, ExpressionList)
-
-
getArguments()
-
-
getClassName()
-
-
getSpecialName()
-
-
writeCode()
- Writes the code this parse-tree presents for.
SpecialCallStatement
public SpecialCallStatement(QualifiedName qname,
SpecialName sp,
ExpressionList exprlist)
writeCode
public void writeCode()
- Writes the code this parse-tree presents for.
- Overrides:
- writeCode in class NonLeaf
getClassName
public QualifiedName getClassName()
getSpecialName
public SpecialName getSpecialName()
getArguments
public ExpressionList getArguments()
All Packages Class Hierarchy This Package Previous Next Index