jasco.tools.aspectparser
Class PCutpointTest

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

public class PCutpointTest
extends PCutpointAdaptation


Field Summary
static java.lang.String TYPE
           
 
Fields inherited from class jasco.tools.aspectparser.PCutpointAdaptation
AFTER, AFTER_RETURNING, AFTER_THROWING, AROUND_RETURNING, AROUND_THROWING, BEFORE, REPLACE
 
Fields inherited from interface jasco.tools.jascoparser.IJAsCoParseElement
NO_LINE
 
Constructor Summary
PCutpointTest(int lineno)
           
 
Method Summary
static PCutpointTest buildFalseTest()
           
static PCutpointTest buildTrueTest()
           
 PJavaCode getImplementation()
           
 java.lang.String getReturnType()
           
 java.lang.String getType()
           
 void setImplementation(PJavaCode code)
           
 boolean throwsException()
           
 
Methods inherited from class jasco.tools.aspectparser.PCutpointAdaptation
copy, getArgName, getCutpointAdaptationImplementation, getName, hasName, hasReturnType, setArgName, setCutpointAdaptationImplementation, setName, setType
 
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

TYPE

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

PCutpointTest

public PCutpointTest(int lineno)
Method Detail

getType

public java.lang.String getType()
Overrides:
getType in class PCutpointAdaptation

getReturnType

public java.lang.String getReturnType()
Overrides:
getReturnType in class PCutpointAdaptation

throwsException

public boolean throwsException()
Overrides:
throwsException in class PCutpointAdaptation

getImplementation

public PJavaCode getImplementation()

setImplementation

public void setImplementation(PJavaCode code)

buildFalseTest

public static PCutpointTest buildFalseTest()

buildTrueTest

public static PCutpointTest buildTrueTest()