Class HclTerm

java.lang.Object
net.sourceforge.plantuml.hcl.HclTerm

public class HclTerm extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    HclTerm(SymbolType type, java.lang.String data)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.String
     
     
    boolean
    is(SymbolType type)
     
    boolean
    is(SymbolType type1, SymbolType type2)
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • HclTerm

      public HclTerm(SymbolType type)
    • HclTerm

      public HclTerm(SymbolType type, java.lang.String data)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getType

      public SymbolType getType()
    • getData

      public java.lang.String getData()
    • is

      public boolean is(SymbolType type)
    • is

      public boolean is(SymbolType type1, SymbolType type2)