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 TypeMethodDescriptionvoid
Navigate.CharSetCalc.action
(CharSetConst x) A character set constant directly evaluates to itself.void
StackPrinter.ExpressionPrinter.action
(CharSetConst x) Print a character set constant.void
SyntaxGraph.Layouter.action
(CharSetConst cs) Calculate the size of the visual representation of a character set const.void
SyntaxGraph.Painter.action
(CharSetConst cs) Paint a character set constant.void
TypeCheck.action
(CharSetConst x) void
Classifier.Equivalence.descend
(CharSetConst e) protected void
Resolver4.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_value
Deprecated.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 void
CoRewrite.action
(CharSetConst e0) protected void
Dump.action
(CharSetConst e0) protected void
MATCH_ONLY_00.action
(CharSetConst e0) protected void
Match.action
(CharSetConst e0) protected void
Rewrite.action
(CharSetConst e0) protected void
SinglePhase.action
(CharSetConst e0) protected void
Dump.descend
(CharSetConst e0) protected void
Match.descend
(CharSetConst e0) void
__SAX_Parser.XMLPARSER_CharSetConst.fillFields
(CharSetConst newobj) void
MATCH_ONLY_00.match
(CharSetConst e0) protected void
Match.post
(CharSetConst e0) protected void
Match.pre
(CharSetConst e0) protected void
Dump.printscalars
(CharSetConst e0) protected void
CoRewrite.rewriteFields
(CharSetConst clone) protected void
Rewrite.rewriteFields
(CharSetConst clone) protected Format
__Formatter.toFormat
(CharSetConst el) boolean
CharSetConst.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.charset
Accepts and decodes char set constants given as text in single quotes.static final Reading
<XMLDocumentIdentifier, D2dLexer.TokenType, CharSetConst> Parser2.charset_dez
Accepts and decodes char set constants given as decimal number.static final Reading
<XMLDocumentIdentifier, D2dLexer.TokenType, CharSetConst> Parser2.charset_hex
Accepts and decodes char set constants given as hex number.