Home
last modified time | relevance | path

Searched defs:jointPoint (Results 1 – 3 of 3) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DDtaPatternScript.h155 …inline bool weaveBeforeIteration(GrfJointPoint& jointPoint, DtaScriptVariable& context) { return _… in weaveBeforeIteration()
156 …inline bool weaveAroundIteration(GrfJointPoint& jointPoint, DtaScriptVariable& context) { return _… in weaveAroundIteration()
157 …inline bool weaveAfterIteration(GrfJointPoint& jointPoint, DtaScriptVariable& context) { return _p… in weaveAfterIteration()
158 …inline bool weaveBefore(GrfJointPoint& jointPoint, DtaScriptVariable& context) { return _pOutputFi… in weaveBefore()
159 …inline bool weaveAround(GrfJointPoint& jointPoint, DtaScriptVariable& context) { return _pOutputFi… in weaveAround()
160 …inline bool weaveAfter(GrfJointPoint& jointPoint, DtaScriptVariable& context) { return _pOutputFil… in weaveAfter()
H A DGrfAspectAdvice.cpp42 bool GrfAspectAdvice::matchPointcut(GrfJointPoint& jointPoint, DtaScriptVariable& context) const { in matchPointcut()
H A DDtaPatternScript.cpp767 bool DtaOutputFile::weaveBeforeIteration(GrfJointPoint& jointPoint, DtaScriptVariable& context) { in weaveBeforeIteration()
780 bool DtaOutputFile::weaveAroundIteration(GrfJointPoint& jointPoint, DtaScriptVariable& context) { in weaveAroundIteration()
793 bool DtaOutputFile::weaveAfterIteration(GrfJointPoint& jointPoint, DtaScriptVariable& context) { in weaveAfterIteration()
806 bool DtaOutputFile::weaveBefore(GrfJointPoint& jointPoint, DtaScriptVariable& context) { in weaveBefore()
819 bool DtaOutputFile::weaveAround(GrfJointPoint& jointPoint, DtaScriptVariable& context){ in weaveAround()
833 bool DtaOutputFile::weaveAfter(GrfJointPoint& jointPoint, DtaScriptVariable& context) { in weaveAfter()