CodeInjectorpublic class XSLTTraceCodeInjector extends TraceCodeInjector
| Constructor | Description |
|---|---|
XSLTTraceCodeInjector() |
| Modifier and Type | Method | Description |
|---|---|---|
Expression |
inject(Expression exp,
StaticContext env,
int construct,
StructuredQName qName) |
If tracing, wrap an expression in a trace instruction
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinjectClausepublic Expression inject(Expression exp, StaticContext env, int construct, StructuredQName qName)
inject in interface CodeInjectorinject in class TraceCodeInjectorexp - the expression to be wrappedenv - the static contextconstruct - integer constant identifying the kind of constructqName - the name of the construct (if applicable)