|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjasco.tools.jascoparser.PJAsCoParseElement
jasco.tools.aspectparser.PCutpointAdaptation
jasco.tools.aspectparser.PCutpointTest
public class PCutpointTest
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 | |
---|---|
PJavaCode |
getImplementation()
|
java.lang.String |
getReturnType()
|
java.lang.String |
getType()
|
void |
setImplementation(PJavaCode code)
|
boolean |
throwsException()
|
Methods inherited from class jasco.tools.aspectparser.PCutpointAdaptation |
---|
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 |
---|
public static final java.lang.String TYPE
Constructor Detail |
---|
public PCutpointTest(int lineno)
Method Detail |
---|
public java.lang.String getType()
getType
in class PCutpointAdaptation
public java.lang.String getReturnType()
getReturnType
in class PCutpointAdaptation
public boolean throwsException()
throwsException
in class PCutpointAdaptation
public PJavaCode getImplementation()
public void setImplementation(PJavaCode code)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |