Uses of Class
eu.bandm.tools.ramus.runtime2.Content
Package
Description
-
Uses of Content in eu.bandm.tools.d2d2.parser2
Modifier and TypeMethodDescriptionprotected static Expression<XMLDocumentIdentifier,
D2dLexer.TokenType, Content<XMLDocumentIdentifier, D2dLexer.TokenType>> Parser2.unparsedLiteral
(D2dLexer.TokenType... types) Auxiliary function, gives necessary constraints to type inference.Modifier and TypeMethodDescription(package private) static Location<XMLDocumentIdentifier>
Parser2.region
(Content<XMLDocumentIdentifier, ?> from, Expression to) Parser2.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
Modifier 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
Modifier and TypeFieldDescription(package private) static final Expression<Void,
HonnefDemo.TokenType, Content<Void, HonnefDemo.TokenType>> HonnefDemo.symbol0
Modifier and TypeMethodDescriptionstatic <D,
T> Expression<D, T, Content<D, T>> static <D,
T> Expression<D, T, Content<D, T>> Expression.content
(T... types) Match a token of any of the given token types and interpret as its content.Content.viewContent()