public class VariableManager
extends java.lang.Object
Constructor and Description |
---|
VariableManager(TContext context,
TMemory memory,
LineLocation location) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getVarnameAt(java.lang.String s,
int pos) |
static boolean |
justAfterBackslashN(java.lang.String s,
int pos) |
int |
replaceVariables(java.lang.String str,
int i,
java.lang.StringBuilder result) |
public VariableManager(TContext context, TMemory memory, LineLocation location)
public int replaceVariables(java.lang.String str, int i, java.lang.StringBuilder result) throws EaterException, EaterExceptionLocated
EaterException
EaterExceptionLocated
public java.lang.String getVarnameAt(java.lang.String s, int pos)
public static boolean justAfterBackslashN(java.lang.String s, int pos)