public class Sub
extends java.lang.Object
Constructor and Description |
---|
Sub(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
add(StringLocated s) |
static Sub |
fromFile(ReadLine reader,
java.lang.String blocname,
TContext context,
TMemory memory) |
java.util.List<StringLocated> |
lines() |
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public void add(StringLocated s)
public final java.util.List<StringLocated> lines()
public static Sub fromFile(ReadLine reader, java.lang.String blocname, TContext context, TMemory memory) throws java.io.IOException, EaterException
java.io.IOException
EaterException