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 TypeMethodDescriptionvoidCharacterParser.action(StringConst expr) voidDef2Dtd.action(StringConst x) voidNavigate.CharSetCalc.action(StringConst x) A string constant of length==1 is treated as a character set constant.voidStackPrinter.ExpressionPrinter.action(StringConst x) Print a string constant.voidSyntaxGraph.Layouter.action(StringConst sc) Calculate the size of the visual representation of a String const.voidSyntaxGraph.Painter.action(StringConst sc) Paint the graphical representation of a String constant.voidTypeCheck.action(StringConst x) voidClassifier.Equivalence.descend(StringConst e) protected voidResolver4.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_valueDeprecated.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 voidCoRewrite.action(StringConst e0) protected voidDump.action(StringConst e0) protected voidMATCH_ONLY_00.action(StringConst e0) protected voidMatch.action(StringConst e0) protected voidRewrite.action(StringConst e0) protected voidSinglePhase.action(StringConst e0) protected voidDump.descend(StringConst e0) protected voidMatch.descend(StringConst e0) void__SAX_Writer.dumpfields(StringConst e0) void__SAX_Parser.XMLPARSER_StringConst.fillFields(StringConst newobj) voidMATCH_ONLY_00.match(StringConst e0) void__SAX_Parser.XMLPARSER_StringConst.parsefields(StringConst newobj) protected voidMatch.post(StringConst e0) protected voidMatch.pre(StringConst e0) protected voidDump.printscalars(StringConst e0) protected voidCoRewrite.rewriteFields(StringConst clone) protected voidRewrite.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.stringconstAccepts and decodes string constants, which is the contents between double quotes.static final Reading<XMLDocumentIdentifier, D2dLexer.TokenType, StringConst> Parser2.stringconstCheckedAccepts and decodes string constants not containing newline and tab characters.