|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Location | |
---|---|
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 | |
---|---|
static Location |
Location.create(LocationType type,
java.lang.String parameters)
create a location object of a given type |
Location |
RuleScript.getTargetLocation()
|
Constructors in org.jboss.byteman.agent with parameters of type Location | |
---|---|
RuleScript(java.lang.String name,
java.lang.String targetClass,
boolean isInterface,
boolean isOverride,
java.lang.String targetMethod,
java.lang.String targetHelper,
Location targetLocation,
java.lang.String ruleText,
int line,
java.lang.String file)
standard constructor for a rule |
Uses of Location in org.jboss.byteman.rule |
---|
Methods in org.jboss.byteman.rule that return Location | |
---|---|
Location |
Rule.getTargetLocation()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |