Class LocaleVariableManager.Variable
- java.lang.Object
-
- de.inetsoftware.jwebassembly.module.LocaleVariableManager.Variable
-
- All Implemented Interfaces:
java.lang.Comparable<LocaleVariableManager.Variable>
- Enclosing class:
- LocaleVariableManager
static class LocaleVariableManager.Variable extends java.lang.Object implements java.lang.Comparable<LocaleVariableManager.Variable>
The state of a single local variable slot.
-
-
Constructor Summary
Constructors Constructor Description Variable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(LocaleVariableManager.Variable o)
private boolean
matchCodePosition(int codePosition)
If the variable is valid at this position
-
-
-
Field Detail
-
valueType
private AnyType valueType
-
name
private java.lang.String name
-
idx
private int idx
-
startPos
private int startPos
-
endPos
private int endPos
-
-
Method Detail
-
matchCodePosition
private boolean matchCodePosition(int codePosition)
If the variable is valid at this position- Parameters:
codePosition
- the position to check- Returns:
- true, if this variable match
-
compareTo
public int compareTo(LocaleVariableManager.Variable o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<LocaleVariableManager.Variable>
-
-