Uses of Interface
de.cuioss.tools.formatting.template.token.Token
Packages that use Token
Package
Description
This packages contains classes for operations for different string templates.
This package contains different types of tokens
-
Uses of Token in de.cuioss.tools.formatting.template.lexer
Methods in de.cuioss.tools.formatting.template.lexer that return types with arguments of type Token -
Uses of Token in de.cuioss.tools.formatting.template.token
Classes in de.cuioss.tools.formatting.template.token that implement TokenModifier and TypeClassDescriptionclassString Action Token store template and attribute name, and replace attribute with his value inside the template on execution of ActionToken.substituteAttribute(FormatterSupport)classSimple String token, this token returns always his value on StringToken.substituteAttribute(FormatterSupport)