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 Details

    • valueType

      private AnyType valueType
    • name

      private String name
    • idx

      private int idx
    • startPos

      private int startPos
    • endPos

      private int endPos
  • Constructor Details

    • Variable

      Variable()
  • Method Details