Uses of Class
org.eclipse.steady.java.monitor.ClassVisitor
-
Packages that use ClassVisitor Package Description org.eclipse.steady.java.monitor org.eclipse.steady.java.monitor.slice org.eclipse.steady.java.monitor.touch org.eclipse.steady.java.monitor.trace -
-
Uses of ClassVisitor in org.eclipse.steady.java.monitor
Methods in org.eclipse.steady.java.monitor with parameters of type ClassVisitor Modifier and Type Method Description booleanIInstrumentor. acceptToInstrument(JavaId _jid, javassist.CtBehavior _behavior, ClassVisitor _cv)Returns true of a given instrumentor accepts to instrument the given Java class, false otherwise.booleanPrintlnInstrumentor. acceptToInstrument(JavaId _jid, javassist.CtBehavior _behavior, ClassVisitor _cv)Returns true of a given instrumentor accepts to instrument the given Java class, false otherwise.voidIInstrumentor. instrument(StringBuffer _code, JavaId _jid, javassist.CtBehavior _behavior, ClassVisitor _cv)Appends Java source code to the givenStringBuffer.voidPrintlnInstrumentor. instrument(StringBuffer _code, JavaId _jid, javassist.CtBehavior _behavior, ClassVisitor _cv)Appends Java source code to the givenStringBuffer. -
Uses of ClassVisitor in org.eclipse.steady.java.monitor.slice
Methods in org.eclipse.steady.java.monitor.slice with parameters of type ClassVisitor Modifier and Type Method Description booleanSliceInstrumentor. acceptToInstrument(JavaId _jid, javassist.CtBehavior _behavior, ClassVisitor _cv)Returns true of a given instrumentor accepts to instrument the given Java class, false otherwise.voidSliceInstrumentor. instrument(StringBuffer _code, JavaId _jid, javassist.CtBehavior _behavior, ClassVisitor _cv)Appends Java source code to the givenStringBuffer. -
Uses of ClassVisitor in org.eclipse.steady.java.monitor.touch
Methods in org.eclipse.steady.java.monitor.touch with parameters of type ClassVisitor Modifier and Type Method Description booleanTouchPointInstrumentor. acceptToInstrument(JavaId _jid, javassist.CtBehavior _behavior, ClassVisitor _cv)Returns true of a given instrumentor accepts to instrument the given Java class, false otherwise.voidTouchPointInstrumentor. instrument(StringBuffer _code, JavaId _jid, javassist.CtBehavior _behavior, ClassVisitor _cv)Appends Java source code to the givenStringBuffer. -
Uses of ClassVisitor in org.eclipse.steady.java.monitor.trace
Methods in org.eclipse.steady.java.monitor.trace with parameters of type ClassVisitor Modifier and Type Method Description booleanAbstractTraceInstrumentor. acceptToInstrument(JavaId _jid, javassist.CtBehavior _behavior, ClassVisitor _cv)Returns true of a given instrumentor accepts to instrument the given Java class, false otherwise.voidSingleStackTraceInstrumentor. instrument(StringBuffer _code, JavaId _jid, javassist.CtBehavior _behavior, ClassVisitor _cv)Appends Java source code to the givenStringBuffer.voidSingleTraceInstrumentor. instrument(StringBuffer _code, JavaId _jid, javassist.CtBehavior _behavior, ClassVisitor _cv)Appends Java source code to the givenStringBuffer.voidStackTraceInstrumentor. instrument(StringBuffer _code, JavaId _jid, javassist.CtBehavior _behavior, ClassVisitor _cv)Appends Java source code to the givenStringBuffer.
-