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 LocationTypeLocation.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 LocationTypestatic LocationTypeReturns 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 LocationLocation.create(LocationType type, String parameters) create a location object of a given type