Uses of Class
eu.bandm.tools.d2d2.model.StringConst
Packages that use StringConst
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 StringConst in eu.bandm.tools.d2d2.base
Methods in eu.bandm.tools.d2d2.base with parameters of type StringConstModifier and TypeMethodDescriptionvoid
CharacterParser.action
(StringConst expr) void
Def2Dtd.action
(StringConst x) void
Navigate.CharSetCalc.action
(StringConst x) A string constant of length==1 is treated as a character set constant.void
StackPrinter.ExpressionPrinter.action
(StringConst x) Print a string constant.void
SyntaxGraph.Layouter.action
(StringConst sc) Calculate the size of the visual representation of a String const.void
SyntaxGraph.Painter.action
(StringConst sc) Paint the graphical representation of a String constant.void
TypeCheck.action
(StringConst x) void
Classifier.Equivalence.descend
(StringConst e) protected void
Resolver4.rewriteFields
(StringConst clone) Simply clones. -
Uses of StringConst in eu.bandm.tools.d2d2.model
Fields in eu.bandm.tools.d2d2.model with type parameters of type StringConstModifier and TypeFieldDescriptionstatic final Function
<StringConst, String> StringConst.get_value
Deprecated.Use new '::' method reference instead.Methods in eu.bandm.tools.d2d2.model that return StringConstModifier and TypeMethodDescriptionStringConst.doclone()
Clones this object.__SAX_Parser.fill_StringConst
(Object res) Copies values of all common fields from the argument.__SAX_Parser.matchSAX_StringConst()
Methods in eu.bandm.tools.d2d2.model that return types with arguments of type StringConstModifier and TypeMethodDescriptionstatic Pattern
<StringConst> Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<StringConst> __Patterns.term_StringConst
(Pattern<? super Expression> superpattern, Pattern<? super String> p_value) Methods in eu.bandm.tools.d2d2.model with parameters of type StringConstModifier and TypeMethodDescriptionprotected void
__Formatter.action
(StringConst el) void
__SAX_Writer.action
(StringConst e0) protected void
CoRewrite.action
(StringConst e0) protected void
Dump.action
(StringConst e0) protected void
MATCH_ONLY_00.action
(StringConst e0) protected void
Match.action
(StringConst e0) protected void
Rewrite.action
(StringConst e0) protected void
SinglePhase.action
(StringConst e0) protected void
Dump.descend
(StringConst e0) protected void
Match.descend
(StringConst e0) void
__SAX_Writer.dumpfields
(StringConst e0) void
__SAX_Parser.XMLPARSER_StringConst.fillFields
(StringConst newobj) void
MATCH_ONLY_00.match
(StringConst e0) void
__SAX_Parser.XMLPARSER_StringConst.parsefields
(StringConst newobj) protected void
Match.post
(StringConst e0) protected void
Match.pre
(StringConst e0) protected void
Dump.printscalars
(StringConst e0) protected void
CoRewrite.rewriteFields
(StringConst clone) protected void
Rewrite.rewriteFields
(StringConst clone) protected Format
__Formatter.toFormat
(StringConst el) Method parameters in eu.bandm.tools.d2d2.model with type arguments of type StringConst -
Uses of StringConst in eu.bandm.tools.d2d2.parser2
Fields in eu.bandm.tools.d2d2.parser2 with type parameters of type StringConstModifier and TypeFieldDescriptionstatic final Reading
<XMLDocumentIdentifier, D2dLexer.TokenType, StringConst> Parser2.stringconst
Accepts and decodes string constants, which is the contents between double quotes.static final Reading
<XMLDocumentIdentifier, D2dLexer.TokenType, StringConst> Parser2.stringconstChecked
Accepts and decodes string constants not containing newline and tab characters.