Class StyleToken
- java.lang.Object
-
- net.sourceforge.plantuml.style.parser.StyleToken
-
public class StyleToken extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StyleToken(net.sourceforge.plantuml.style.parser.StyleTokenType type, java.lang.String data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getData()
net.sourceforge.plantuml.style.parser.StyleTokenType
getType()
java.lang.String
toString()
-