Class LanguageDescriptor

java.lang.Object
net.sourceforge.plantuml.syntax.LanguageDescriptor

public class LanguageDescriptor extends Object
  • Constructor Details

    • LanguageDescriptor

      public LanguageDescriptor()
  • Method Details

    • getCypher

      public Cypher getCypher()
    • print

      public void print(PrintStream ps)
    • getType

      public final Set<String> getType()
    • getKeyword

      public final Set<String> getKeyword()
    • getPreproc

      public final Set<String> getPreproc()