Package net.sourceforge.plantuml.tim
Class VariableManager
- java.lang.Object
-
- net.sourceforge.plantuml.tim.VariableManager
-
public class VariableManager extends Object
-
-
Constructor Summary
Constructors Constructor Description VariableManager(TContext context, TMemory memory, LineLocation location)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getVarnameAt(String s, int pos)
static boolean
justAfterBackslashN(String s, int pos)
int
replaceVariables(String str, int i, StringBuilder result)
-
-
-
Constructor Detail
-
VariableManager
public VariableManager(TContext context, TMemory memory, LineLocation location)
-
-
Method Detail
-
replaceVariables
public int replaceVariables(String str, int i, StringBuilder result) throws EaterException, EaterExceptionLocated
- Throws:
EaterException
EaterExceptionLocated
-
justAfterBackslashN
public static boolean justAfterBackslashN(String s, int pos)
-
-