public class TracedProcedure extends ProcedureN
Modifier and Type | Field and Description |
---|---|
Procedure |
proc |
noArgs
compilerKey, compilerXKey, validateApplyKey, validateXApplyKey
nameKey
Constructor and Description |
---|
TracedProcedure(Procedure proc,
boolean enable) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
applyN(java.lang.Object[] args) |
static Procedure |
doTrace(Procedure proc,
boolean enable) |
void |
print(java.io.PrintWriter ps) |
apply, apply, check0, check1, check2, check3, check4, checkArgCount, checkN, getReturnType, getSetter, getSourceLocation, isSideEffectFree, match0, match1, match2, match3, match4, matchN, maxArgs, maxArgs, minArgs, minArgs, numArgs, set0, set1, setN, setSetter, setSourceLocation, toString
getName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbol
public Procedure proc
public TracedProcedure(Procedure proc, boolean enable)
public java.lang.Object applyN(java.lang.Object[] args) throws java.lang.Throwable
applyN
in class ProcedureN
java.lang.Throwable
public void print(java.io.PrintWriter ps)