java.lang.Object
net.sourceforge.plantuml.preproc.Sub

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

    Constructors
    Constructor
    Description
    Sub(java.lang.String name)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    static Sub
    fromFile(ReadLine reader, java.lang.String blocname, TContext context, TMemory memory)
     
    final java.util.List<StringLocated>
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

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

    • Sub

      public Sub(java.lang.String name)
  • Method Details

    • toString

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

      public void add(StringLocated s)
    • lines

      public final java.util.List<StringLocated> lines()
    • fromFile

      public static Sub fromFile(ReadLine reader, java.lang.String blocname, TContext context, TMemory memory) throws java.io.IOException, EaterException
      Throws:
      java.io.IOException
      EaterException