Package eu.bandm.tools.ramus.runtime2
Class Parser.Test
java.lang.Object
eu.bandm.tools.ramus.runtime2.Parser.Test
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static class
(package private) static enum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
(package private) static <A> List<A>
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>> test
(Parser<Void, Parser.Test.TokenType> parser, Parser.Test.TokenType... input) (package private) static void
-
Constructor Details
-
Test
Test()
-
-
Method Details
-
test
static Action<Parser.Output<Void,Parser.Test.TokenType>, testSimpleMessage<Void>, Parser.Input<Void, Parser.Test.TokenType>> (Parser<Void, Parser.Test.TokenType> parser, Parser.Test.TokenType... input) -
test
static <A> List<A> test(Expression<Void, Parser.Test.TokenType, A> expr, Parser.Test.TokenType... input) -
time
-
main
-