|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjasco.runtime.aspect.PCutpointConstructorApplicationDesignator
jasco.runtime.aspect.PCutpointConstructorNot
public class PCutpointConstructorNot
Field Summary |
---|
Fields inherited from class jasco.runtime.aspect.PCutpointConstructorApplicationDesignator |
---|
NEWLINE, TAB |
Constructor Summary | |
---|---|
PCutpointConstructorNot(PCutpointConstructorApplicationDesignator param1)
|
Method Summary | |
---|---|
boolean |
eval(RuntimeContext context,
java.util.Hashtable mappings,
boolean forJutta)
Evaluates to true when the pointcut triggers |
java.lang.String |
generateCreateCode(java.lang.String argname)
|
java.lang.String |
toDescString()
|
Methods inherited from class jasco.runtime.aspect.PCutpointConstructorApplicationDesignator |
---|
allPointcuts, checkAnnotation, doNotCache, dontLoadClasses, generateCreateCode, getNextArgName, getParameter, getParameter2, isRegularExp, removeAnnotation, resetArgNames, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PCutpointConstructorNot(PCutpointConstructorApplicationDesignator param1)
Method Detail |
---|
public boolean eval(RuntimeContext context, java.util.Hashtable mappings, boolean forJutta)
PCutpointConstructorApplicationDesignator
eval
in class PCutpointConstructorApplicationDesignator
context
- runtime context availablemappings
- from variables to concrete method signatures, fe: 1 -> * *(*), 2-> void test.main.Main.run()forJutta
- is this for analyzing jutta, meaning is this runtimecontext a static context. Fe methods in cflow might change, target might change. The current method does not change however.
public java.lang.String generateCreateCode(java.lang.String argname)
generateCreateCode
in class PCutpointConstructorApplicationDesignator
public java.lang.String toDescString()
toDescString
in class PCutpointConstructorApplicationDesignator
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |