jasco.tools.jascoparser
Class PJAsCoParseElement

java.lang.Object
  extended by jasco.tools.jascoparser.PJAsCoParseElement
All Implemented Interfaces:
IJAsCoParseElement, java.lang.Cloneable
Direct Known Subclasses:
PConnector, PContent, PCutpointAdaptation, PCutpointConstructor, PCutpointConstructorMethod, PCutpointDeclaration, PCutpointExecution, PJavaClass, PRegularConstructorStatement

public class PJAsCoParseElement
extends java.lang.Object
implements IJAsCoParseElement, java.lang.Cloneable

Author:
Wim

Field Summary
 
Fields inherited from interface jasco.tools.jascoparser.IJAsCoParseElement
NO_LINE
 
Constructor Summary
PJAsCoParseElement()
           
PJAsCoParseElement(int line)
           
 
Method Summary
 int getLine()
           
 void setLine(int line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PJAsCoParseElement

public PJAsCoParseElement()

PJAsCoParseElement

public PJAsCoParseElement(int line)
Method Detail

getLine

public int getLine()
Specified by:
getLine in interface IJAsCoParseElement

setLine

public void setLine(int line)
Specified by:
setLine in interface IJAsCoParseElement