Uses of Enum Class
org.jboss.byteman.agent.LocationType
Packages that use LocationType
-
Uses of LocationType in org.jboss.byteman.agent
Fields in org.jboss.byteman.agent declared as LocationTypeMethods in org.jboss.byteman.agent that return LocationTypeModifier and TypeMethodDescriptionLocation.AccessLocation.getLocationType()
Location.EntryLocation.getLocationType()
Location.ExceptionExitLocation.getLocationType()
Location.ExitLocation.getLocationType()
abstract LocationType
Location.getLocationType()
identify the type of this locationLocation.InvokeLocation.getLocationType()
Location.LineLocation.getLocationType()
Location.NewLocation.getLocationType()
Location.SynchronizeLocation.getLocationType()
Location.ThrowLocation.getLocationType()
Location.VariableAccessLocation.getLocationType()
static LocationType
static LocationType
Returns the enum constant of this class with the specified name.static LocationType[]
LocationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.byteman.agent with parameters of type LocationTypeModifier and TypeMethodDescriptionstatic Location
Location.create
(LocationType type, String parameters) create a location object of a given type