Package net.sourceforge.plantuml.hcl
Class HclTerm
- java.lang.Object
-
- net.sourceforge.plantuml.hcl.HclTerm
-
public class HclTerm extends Object
-
-
Constructor Summary
Constructors Constructor Description HclTerm(SymbolType type)
HclTerm(SymbolType type, String data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getData()
SymbolType
getType()
boolean
is(SymbolType type)
boolean
is(SymbolType type1, SymbolType type2)
String
toString()
-
-
-
Constructor Detail
-
HclTerm
public HclTerm(SymbolType type)
-
HclTerm
public HclTerm(SymbolType type, String data)
-
-
Method Detail
-
getType
public SymbolType getType()
-
getData
public String getData()
-
is
public boolean is(SymbolType type)
-
is
public boolean is(SymbolType type1, SymbolType type2)
-
-