Uses of Enum Class
eu.bandm.tools.ramus.runtime2.Parser.Test.TokenType
Packages that use Parser.Test.TokenType
-
Uses of Parser.Test.TokenType in eu.bandm.tools.ramus.runtime2
Methods in eu.bandm.tools.ramus.runtime2 that return Parser.Test.TokenTypeModifier and TypeMethodDescriptionParser.Test.Token.getType()
static Parser.Test.TokenType
Returns the enum constant of this class with the specified name.static Parser.Test.TokenType[]
Parser.Test.TokenType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.bandm.tools.ramus.runtime2 that return types with arguments of type Parser.Test.TokenTypeModifier and TypeMethodDescription(package private) static Action
<Parser.Output<Void, Parser.Test.TokenType>, SimpleMessage<Void>, Parser.Input<Void, Parser.Test.TokenType>> Parser.Test.test
(Parser<Void, Parser.Test.TokenType> parser, Parser.Test.TokenType... input) (package private) static Action
<Parser.Output<Void, Parser.Test.TokenType>, SimpleMessage<Void>, Parser.Input<Void, Parser.Test.TokenType>> Parser.Test.test
(Parser<Void, Parser.Test.TokenType> parser, Parser.Test.TokenType... input) Methods in eu.bandm.tools.ramus.runtime2 with parameters of type Parser.Test.TokenTypeModifier and TypeMethodDescription(package private) static <A> List
<A> Parser.Test.test
(Expression<Void, Parser.Test.TokenType, A> expr, Parser.Test.TokenType... input) (package private) static Action
<Parser.Output<Void, Parser.Test.TokenType>, SimpleMessage<Void>, Parser.Input<Void, Parser.Test.TokenType>> Parser.Test.test
(Parser<Void, Parser.Test.TokenType> parser, Parser.Test.TokenType... input) Method parameters in eu.bandm.tools.ramus.runtime2 with type arguments of type Parser.Test.TokenTypeModifier and TypeMethodDescription(package private) static <A> List
<A> Parser.Test.test
(Expression<Void, Parser.Test.TokenType, A> expr, Parser.Test.TokenType... input) (package private) static Action
<Parser.Output<Void, Parser.Test.TokenType>, SimpleMessage<Void>, Parser.Input<Void, Parser.Test.TokenType>> Parser.Test.test
(Parser<Void, Parser.Test.TokenType> parser, Parser.Test.TokenType... input) Constructors in eu.bandm.tools.ramus.runtime2 with parameters of type Parser.Test.TokenType