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 classlocation identifying a generic access trigger pointprivate static classlocation identifying a method entry trigger pointprivate static classlocation identifying a method exceptional exit trigger pointprivate static classlocation identifying a method exit trigger pointprivate static classlocation identifying a field access trigger pointprivate static classlocation identifying a method invocation trigger pointprivate static classlocation identifying a method line trigger pointprivate static classprivate static classlocation identifying a synchronization trigger pointprivate static classlocation identifying a throw trigger pointprivate static classlocation identifying a variable access trigger pointFields in org.jboss.byteman.agent declared as LocationModifier and TypeFieldDescriptionprivate LocationRuleScript.targetLocationidentifies 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 Locationcreate a location identifying a method entry trigger pointstatic LocationLocation.create(LocationType type, String parameters) create a location object of a given typeprotected static Locationcreate a location identifying a method entry trigger pointprotected static Locationcreate a location identifying a method exceptional exit trigger pointprotected static Locationcreate a location identifying a method entry trigger pointprotected static Locationcreate a location identifying a method entry trigger pointprotected static Locationcreate a location identifying a method entry trigger pointprotected static Locationcreate a location identifying a method exceptional exit trigger pointprotected static Locationcreate a location identifying a synchronization trigger pointprotected static Locationcreate 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, boolean asTarget) standard constructor for a rule -
Uses of Location in org.jboss.byteman.rule
Methods in org.jboss.byteman.rule that return Location