Uses of Class
eu.bandm.tools.d2d2.model.CharSetConst
Packages that use CharSetConst
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Umod main model class: This is the internal
model for the d2d text type definitions.
-
Uses of CharSetConst in eu.bandm.tools.d2d2.base
Methods in eu.bandm.tools.d2d2.base with parameters of type CharSetConstModifier and TypeMethodDescriptionvoidNavigate.CharSetCalc.action(CharSetConst x) A character set constant directly evaluates to itself.voidStackPrinter.ExpressionPrinter.action(CharSetConst x) Print a character set constant.voidSyntaxGraph.Layouter.action(CharSetConst cs) Calculate the size of the visual representation of a character set const.voidSyntaxGraph.Painter.action(CharSetConst cs) Paint a character set constant.voidTypeCheck.action(CharSetConst x) voidClassifier.Equivalence.descend(CharSetConst e) protected voidResolver4.rewriteFields(CharSetConst clone) Simply clones. -
Uses of CharSetConst in eu.bandm.tools.d2d2.model
Fields in eu.bandm.tools.d2d2.model with type parameters of type CharSetConstModifier and TypeFieldDescriptionstatic final Function<CharSetConst, CharSet> CharSetConst.get_valueDeprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.model that return CharSetConstModifier and TypeMethodDescriptionCharSetConst.doclone()Clones this object.__SAX_Parser.fill_CharSetConst(Object res) Copies values of all common fields from the argument.__SAX_Parser.matchSAX_CharSetConst()CharSetConst.with_value(CharSet val) Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.d2d2.model that return types with arguments of type CharSetConstModifier and TypeMethodDescriptionstatic Pattern<CharSetConst> Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<CharSetConst> __Patterns.term_CharSetConst(Pattern<? super CharExpr> superpattern, Pattern<? super CharSet> p_value) Methods in eu.bandm.tools.d2d2.model with parameters of type CharSetConstModifier and TypeMethodDescriptionprotected void__Formatter.action(CharSetConst el) void__SAX_Writer.action(CharSetConst e0) protected voidCoRewrite.action(CharSetConst e0) protected voidDump.action(CharSetConst e0) protected voidMATCH_ONLY_00.action(CharSetConst e0) protected voidMatch.action(CharSetConst e0) protected voidRewrite.action(CharSetConst e0) protected voidSinglePhase.action(CharSetConst e0) protected voidDump.descend(CharSetConst e0) protected voidMatch.descend(CharSetConst e0) void__SAX_Parser.XMLPARSER_CharSetConst.fillFields(CharSetConst newobj) voidMATCH_ONLY_00.match(CharSetConst e0) protected voidMatch.post(CharSetConst e0) protected voidMatch.pre(CharSetConst e0) protected voidDump.printscalars(CharSetConst e0) protected voidCoRewrite.rewriteFields(CharSetConst clone) protected voidRewrite.rewriteFields(CharSetConst clone) protected Format__Formatter.toFormat(CharSetConst el) booleanCharSetConst.x_equals(CharSetConst e0) Method parameters in eu.bandm.tools.d2d2.model with type arguments of type CharSetConst -
Uses of CharSetConst in eu.bandm.tools.d2d2.parser2
Fields in eu.bandm.tools.d2d2.parser2 with type parameters of type CharSetConstModifier and TypeFieldDescriptionstatic final Reading<XMLDocumentIdentifier, D2dLexer.TokenType, CharSetConst> Parser2.charsetAccepts and decodes char set constants given as text in single quotes.static final Reading<XMLDocumentIdentifier, D2dLexer.TokenType, CharSetConst> Parser2.charset_dezAccepts and decodes char set constants given as decimal number.static final Reading<XMLDocumentIdentifier, D2dLexer.TokenType, CharSetConst> Parser2.charset_hexAccepts and decodes char set constants given as hex number.