Class LocaleVariableManager.Variable
java.lang.Object
de.inetsoftware.jwebassembly.module.LocaleVariableManager.Variable
- All Implemented Interfaces:
Comparable<LocaleVariableManager.Variable>
- Enclosing class:
LocaleVariableManager
static class LocaleVariableManager.Variable
extends Object
implements Comparable<LocaleVariableManager.Variable>
The state of a single local variable slot.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
private boolean
matchCodePosition
(int codePosition) If the variable is valid at this position
-
Field Details
-
valueType
-
name
-
idx
private int idx -
startPos
private int startPos -
endPos
private int endPos
-
-
Constructor Details
-
Variable
Variable()
-
-
Method Details
-
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
- Specified by:
compareTo
in interfaceComparable<LocaleVariableManager.Variable>
-