Uses of Class
eu.bandm.tools.d2d2.parser2.TLex
Packages that use TLex
-
Uses of TLex in eu.bandm.tools.d2d2.parser2
Methods in eu.bandm.tools.d2d2.parser2 that return TLexModifier and TypeMethodDescriptionprotected static TLex<XMLDocumentIdentifier,Parser.TokenType> Parser.newLexer(XMLDocumentIdentifier docId, Reader reader) Methods in eu.bandm.tools.d2d2.parser2 with parameters of type TLexModifier and TypeMethodDescriptionprotected voidprotected voidprotected voidprotected voidprotected voidprotected voidprotected abstract voidprotected voidprotected voidprotected voidprotected voidprotected voidTLex.Consume.actionAfterTest(TLex<DD, TT> context) (package private) abstract voidTLex.ConsumeOrShift.actionAfterTest(TLex<DD, TT> context) protected voidTLex.Shift.actionAfterTest(TLex<DD, TT> context) protected voidprotected booleanstatic <DD,TT, R> R Parser.testParse(MessageReceiver<SimpleMessage<DD>> msg, TLex<DD, TT> lexer, TT[] ignore, Expression<DD, TT, R> nonterm, String data, boolean projectResult)