Uses of Class
eu.bandm.tools.ramus.runtime2.Content
Packages that use Content
Package
Description
-
Uses of Content in eu.bandm.tools.d2d2.parser2
Methods in eu.bandm.tools.d2d2.parser2 that return types with arguments of type ContentModifier and TypeMethodDescriptionprotected static Reading<XMLDocumentIdentifier, D2dLexer.TokenType, Content<XMLDocumentIdentifier, D2dLexer.TokenType>> Parser2.unparsedLiteral(D2dLexer.TokenType... types) Auxiliary function, gives necessary constraints to type inference.Methods in eu.bandm.tools.d2d2.parser2 with parameters of type ContentModifier and TypeMethodDescriptionParser2.splitdoctext(Content<XMLDocumentIdentifier, D2dLexer.TokenType> token) Split a text segment into a list of strings and their locators. -
Uses of Content in eu.bandm.tools.lljava.parser
Methods in eu.bandm.tools.lljava.parser that return types with arguments of type ContentModifier and TypeMethodDescriptionprotected static Expression<SourceId, LLJavaLexer.TokenType, Content<SourceId, LLJavaLexer.TokenType>> LLJavaGrammar.unparsedLiteral(LLJavaLexer.TokenType... types) -
Uses of Content in eu.bandm.tools.ramus.runtime2
Methods in eu.bandm.tools.ramus.runtime2 that return ContentMethods in eu.bandm.tools.ramus.runtime2 that return types with arguments of type ContentModifier and TypeMethodDescriptionstatic <D,T> Expression <D, T, Content<D, T>> Deprecated.static <D,T> Expression <D, T, Content<D, T>> Expression.content(T... types) Deprecated.Match a token of any of the given token types and interpret as its content.Reading.content(Collection<? extends T> types) Match a token of any of the given token types and interpret as its content.Reading.content(T... types) Match a token of any of the given token types and interpret as its content.Content.viewContent()