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 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
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
Fields in eu.bandm.tools.ramus.runtime2 with type parameters of type ContentModifier and TypeFieldDescription(package private) static final Expression<Void, HonnefDemo.TokenType, Content<Void, HonnefDemo.TokenType>> HonnefDemo.symbol0Methods 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()