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 voidadd(StringLocated s)static SubfromFile(ReadLine reader, String blocname, TContext context, TMemory memory)List<StringLocated>lines()StringtoString()
-
-
-
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:
IOExceptionEaterException
-
-