Class ConstantElementValue

All Implemented Interfaces:
Serializable, Processable

public class ConstantElementValue extends ElementValue
This ElementValue represents a constant element value.
See Also:
  • Field Details

    • u1tag

      public final char u1tag
    • u2constantValueIndex

      public int u2constantValueIndex
  • Constructor Details

    • ConstantElementValue

      public ConstantElementValue(char u1tag)
      Creates an uninitialized ConstantElementValue.
    • ConstantElementValue

      public ConstantElementValue(char u1tag, int u2elementNameIndex, int u2constantValueIndex)
      Creates an initialized ConstantElementValue.
  • Method Details