Uses of Class
org.jboss.byteman.agent.Location
-
Packages that use Location Package Description org.jboss.byteman.agent org.jboss.byteman.rule -
-
Uses of Location in org.jboss.byteman.agent
Methods in org.jboss.byteman.agent that return Location Modifier and Type Method Description static Location
Location. create(LocationType type, String parameters)
create a location object of a given typeLocation
RuleScript. getTargetLocation()
Constructors in org.jboss.byteman.agent with parameters of type Location Constructor Description RuleScript(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 Modifier and Type Method Description Location
Rule. getTargetLocation()
-