Uses of Enum
de.mirkosertic.bytecoder.core.backend.sequencer.Sequencer.Block.Type
Packages that use Sequencer.Block.Type
-
Uses of Sequencer.Block.Type in de.mirkosertic.bytecoder.core.backend.sequencer
Fields in de.mirkosertic.bytecoder.core.backend.sequencer declared as Sequencer.Block.TypeMethods in de.mirkosertic.bytecoder.core.backend.sequencer that return Sequencer.Block.TypeModifier and TypeMethodDescriptionstatic Sequencer.Block.Type
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.TypeModifierConstructorDescriptionBlock
(String label, Sequencer.Block.Type type, ControlTokenConsumer continueLeadsTo, ControlTokenConsumer breakLeadsTo)