Uses of Class
de.mirkosertic.bytecoder.core.backend.sequencer.Sequencer.Block.Type
-
Packages that use Sequencer.Block.Type Package Description de.mirkosertic.bytecoder.core.backend.sequencer -
-
Uses of Sequencer.Block.Type in de.mirkosertic.bytecoder.core.backend.sequencer
Fields in de.mirkosertic.bytecoder.core.backend.sequencer declared as Sequencer.Block.Type Modifier and Type Field Description Sequencer.Block.Type
Sequencer.Block. type
Methods in de.mirkosertic.bytecoder.core.backend.sequencer that return Sequencer.Block.Type Modifier and Type Method Description static Sequencer.Block.Type
Sequencer.Block.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Sequencer.Block.Type[]
Sequencer.Block.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.mirkosertic.bytecoder.core.backend.sequencer with parameters of type Sequencer.Block.Type Constructor Description Block(java.lang.String label, Sequencer.Block.Type type, ControlTokenConsumer continueLeadsTo, ControlTokenConsumer breakLeadsTo)
-