Uses of Class
org.eclipse.steady.java.JavaId
-
Packages that use JavaId Package Description org.eclipse.steady.java 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 JavaId in org.eclipse.steady.java
Subclasses of JavaId in org.eclipse.steady.java Modifier and Type Class Description classJavaClassIdIdentifies a Java class (normal or nested).classJavaClassInitJavaClassInit class.classJavaConstructorIdIdentifies a class constructor relative to its class (normal or nested).classJavaEnumIdIdentifies a Java enum.classJavaInterfaceIdIdentifies a Java interface.classJavaMethodIdIdentifies a method relative to its class (normal or nested).classJavaPackageIdIdentifies a Java package by its fully qualified name.Methods in org.eclipse.steady.java that return JavaId Modifier and Type Method Description JavaIdJavaId. getCompilationUnit()Returns theJavaIdcorresponding to the compilation unit of the construct.static JavaIdJavaId. getCompilationUnit(JavaId _jid)getCompilationUnit.JavaIdJavaConstructorId. getJavaClassContext()Deprecated.static JavaIdJavaId. getJavaId(String _type, String _qname)getJavaId.Methods in org.eclipse.steady.java with parameters of type JavaId Modifier and Type Method Description static Set<ConstructId>JavaId. filterWithContext(Set<ConstructId> _set, JavaId _context)Returns allJavaMethodIds andJavaConstructorIds belonging to the given class.static JavaIdJavaId. getCompilationUnit(JavaId _jid)getCompilationUnit.Constructors in org.eclipse.steady.java with parameters of type JavaId Constructor Description JavaClassId(JavaId _declaration_ctx, String _simple_name)Constructor for creating the identifier of a nested class.JavaConstructorId(JavaId _simple_name, List<String> _parameter_types)Constructor for JavaConstructorId.JavaEnumId(JavaId _declaration_ctx, String _simple_name)Constructor for creating the identifier of an enum.JavaInterfaceId(JavaId _declaration_ctx, String _simple_name)Constructor for creating the identifier of an enum.JavaMethodId(JavaId _c, String _simple_name, List<String> _parameter_types)Constructor for JavaMethodId. -
Uses of JavaId in org.eclipse.steady.java.monitor
Methods in org.eclipse.steady.java.monitor that return JavaId Modifier and Type Method Description JavaIdClassVisitor. getJavaId()Getter for the fieldjavaId.Methods in org.eclipse.steady.java.monitor that return types with arguments of type JavaId Modifier and Type Method Description Set<JavaId>InstrumentationControl. getFailedInstrumentations()Returns the classes which could not be instrumented, hence, for which no traces or other information could be collected.Methods in org.eclipse.steady.java.monitor with parameters of type JavaId 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.protected voidAbstractInstrumentor. injectStacktrace(StringBuffer _buffer, JavaId _jid, javassist.CtBehavior _behavior)Adds Java code to obtain the stacktrace.protected voidAbstractInstrumentor. injectUrlAndLoader(StringBuffer _buffer, JavaId _jid, javassist.CtBehavior _behavior)Adds Java code to determine the URL of the resource from which the given class was loaded, and the class loader which loaded it.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.voidInstrumentationControl. updateInstrumentationStatistics(JavaId _jcid, Boolean _instr_successful)Updates the statistics depending on whether the instrumentation of the given Java class succeeded or not. -
Uses of JavaId in org.eclipse.steady.java.monitor.slice
Methods in org.eclipse.steady.java.monitor.slice with parameters of type JavaId 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 JavaId in org.eclipse.steady.java.monitor.touch
Methods in org.eclipse.steady.java.monitor.touch with parameters of type JavaId 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 JavaId in org.eclipse.steady.java.monitor.trace
Methods in org.eclipse.steady.java.monitor.trace with parameters of type JavaId 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.
-