Package net.sourceforge.plantuml.preproc
Class Sub
java.lang.Object
net.sourceforge.plantuml.preproc.Sub
public class Sub
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(StringLocated s) static Sub
final java.util.List<StringLocated>
lines()
java.lang.String
toString()
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 classjava.lang.Object
-
add
-
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
-