Uses of Enum Class
mars.assembler.Directive
Packages that use Directive
-
Uses of Directive in mars.assembler
Fields in mars.assembler with type parameters of type DirectiveModifier and TypeFieldDescriptionDirective.ALL_DIRECTIVES
static final StringTrie<Directive>
Directive.ALL_DIRECTIVES_TRIE
Methods in mars.assembler that return DirectiveModifier and TypeMethodDescriptionstatic Directive
Find the directive which corresponds to the given name, if one exists.static Directive
Returns the enum constant of this class with the specified name.static Directive[]
Directive.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in mars.assembler that return types with arguments of type DirectiveModifier and TypeMethodDescriptionDirective.matchNamePrefix
(String prefix) Find the directives, if any, which start with the given prefix. -
Uses of Directive in mars.assembler.syntax
Methods in mars.assembler.syntax that return DirectiveConstructors in mars.assembler.syntax with parameters of type DirectiveModifierConstructorDescriptionDirectiveSyntax
(SourceLine sourceLine, Token firstToken, Directive directive, List<Token> content)