Uses of Class
org.jboss.byteman.agent.Location
Packages that use Location
-
Uses of Location in org.jboss.byteman.agent
Subclasses of Location in org.jboss.byteman.agentModifier and TypeClassDescriptionprivate static class
location identifying a generic access trigger pointprivate static class
location identifying a method entry trigger pointprivate static class
location identifying a method exceptional exit trigger pointprivate static class
location identifying a method exit trigger pointprivate static class
location identifying a field access trigger pointprivate static class
location identifying a method invocation trigger pointprivate static class
location identifying a method line trigger pointprivate static class
private static class
location identifying a synchronization trigger pointprivate static class
location identifying a throw trigger pointprivate static class
location identifying a variable access trigger pointFields in org.jboss.byteman.agent declared as LocationModifier and TypeFieldDescriptionprivate Location
RuleScript.targetLocation
identifies the location in the method if the trigger point at which the rule code should be injected.Methods in org.jboss.byteman.agent that return LocationModifier and TypeMethodDescriptionprotected static Location
create a location identifying a method entry trigger pointstatic Location
Location.create
(LocationType type, String parameters) create a location object of a given typeprotected static Location
create a location identifying a method entry trigger pointprotected static Location
create a location identifying a method exceptional exit trigger pointprotected static Location
create a location identifying a method entry trigger pointprotected static Location
create a location identifying a method entry trigger pointprotected static Location
create a location identifying a method entry trigger pointprotected static Location
create a location identifying a method exceptional exit trigger pointprotected static Location
create a location identifying a synchronization trigger pointprotected static Location
create a location identifying a throw trigger pointRuleScript.getTargetLocation()
Constructors in org.jboss.byteman.agent with parameters of type LocationModifierConstructorDescriptionRuleScript
(String name, String targetClass, boolean isInterface, boolean isOverride, String targetMethod, String targetHelper, String[] imports, Location targetLocation, String ruleText, int line, String file, boolean compileToBytecode) standard constructor for a rule -
Uses of Location in org.jboss.byteman.rule
Methods in org.jboss.byteman.rule that return Location