jasco.tools.aspectparser
Class PRegularConstructorStatement

java.lang.Object
  extended by jasco.tools.jascoparser.PJAsCoParseElement
      extended by jasco.tools.aspectparser.PRegularConstructorStatement
All Implemented Interfaces:
IJAsCoParseElement, java.lang.Cloneable

public class PRegularConstructorStatement
extends PJAsCoParseElement


Field Summary
static java.lang.String START
           
static java.lang.String STOP
           
 
Fields inherited from interface jasco.tools.jascoparser.IJAsCoParseElement
NO_LINE
 
Constructor Summary
PRegularConstructorStatement(java.lang.String name, PCutpointConstructorApplicationDesignator designator, java.util.Vector next)
           
 
Method Summary
 int getID()
           
 java.lang.String getName()
           
 java.util.Iterator getNext()
           
 PCutpointConstructorApplicationDesignator getPointcut()
           
 
Methods inherited from class jasco.tools.jascoparser.PJAsCoParseElement
getLine, setLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START

public static final java.lang.String START
See Also:
Constant Field Values

STOP

public static final java.lang.String STOP
See Also:
Constant Field Values
Constructor Detail

PRegularConstructorStatement

public PRegularConstructorStatement(java.lang.String name,
                                    PCutpointConstructorApplicationDesignator designator,
                                    java.util.Vector next)
Method Detail

getName

public java.lang.String getName()

getPointcut

public PCutpointConstructorApplicationDesignator getPointcut()

getNext

public java.util.Iterator getNext()

getID

public int getID()