Class StringValue

java.lang.Object
svm.value.Value
svm.value.StringValue

public class StringValue extends Value

StringValue.

Link to GitHub: Source File.

Author:
S-Port: Definition of S-code, Øystein Myhre Andersen
  • Field Details

    • addr

      public ObjectAddress addr
      The address to the characters
    • lng

      public int lng
      The length of the string
  • Constructor Details

    • StringValue

      public StringValue()
      Default Constructor
    • StringValue

      public StringValue(ObjectAddress addr, int lng)
      Construct a new StringValue with the given parameters
      Parameters:
      addr - the address to the characters
      lng - the length of the string
  • Method Details