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.


Constructor Index

 o SpecialCallStatement(QualifiedName, SpecialName, ExpressionList)

Method Index

 o getArguments()
 o getClassName()
 o getSpecialName()
 o writeCode()
Writes the code this parse-tree presents for.

Constructors

 o SpecialCallStatement
 public SpecialCallStatement(QualifiedName qname,
                             SpecialName sp,
                             ExpressionList exprlist)

Methods

 o writeCode
 public void writeCode()
Writes the code this parse-tree presents for.

Overrides:
writeCode in class NonLeaf
 o getClassName
 public QualifiedName getClassName()
 o getSpecialName
 public SpecialName getSpecialName()
 o getArguments
 public ExpressionList getArguments()

All Packages  Class Hierarchy  This Package  Previous  Next  Index