Package net.sourceforge.plantuml.preproc
Class Sub
- java.lang.Object
-
- net.sourceforge.plantuml.preproc.Sub
-
public class Sub extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(StringLocated s)
static Sub
fromFile(ReadLine reader, String blocname, TContext context, TMemory memory)
List<StringLocated>
lines()
String
toString()
-
-
-
Constructor Detail
-
Sub
public Sub(String name)
-
-
Method Detail
-
add
public void add(StringLocated s)
-
lines
public final List<StringLocated> lines()
-
fromFile
public static Sub fromFile(ReadLine reader, String blocname, TContext context, TMemory memory) throws IOException, EaterException
- Throws:
IOException
EaterException
-
-