JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum
org.oristool.analyzer.state.LocalStop
Packages that use
LocalStop
Package
Description
org.oristool.analyzer.state
Generic state representation.
Uses of
LocalStop
in
org.oristool.analyzer.state
Methods in
org.oristool.analyzer.state
that return
LocalStop
Modifier and Type
Method
Description
static
LocalStop
LocalStop.
valueOf
(
String
name)
Returns the enum constant of this type with the specified name.
static
LocalStop
[]
LocalStop.
values
()
Returns an array containing the constants of this enum type, in the order they are declared.