Uses of Enum Class
net.sourceforge.plantuml.regexdiagram.ReTokenType
Packages that use ReTokenType
-
Uses of ReTokenType in net.sourceforge.plantuml.regexdiagram
Methods in net.sourceforge.plantuml.regexdiagram that return ReTokenTypeModifier and TypeMethodDescriptionfinal ReTokenTypeReToken.getType()static ReTokenTypeReturns the enum constant of this class with the specified name.static ReTokenType[]ReTokenType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.sourceforge.plantuml.regexdiagram with parameters of type ReTokenTypeModifier and TypeMethodDescriptionstatic booleanReTokenType.needImplicitConcatenation(ReTokenType token1, ReTokenType token2) Constructors in net.sourceforge.plantuml.regexdiagram with parameters of type ReTokenType