Class DotAddress

java.lang.Object
svm.value.DotAddress

public abstract class DotAddress extends Object

DotAddress.

attribute_address
	::= < c-dot attribute:tag >* c-aaddr attribute:tag
	::= anone

general_address
	::= < c-dot attr:tag >* c-gaddr global_or_const:tag
	::= gnone

Link to GitHub: Source File.

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

    • DotAddress

      public DotAddress()
      Default Constructor
  • Method Details

    • ofScode

      public static Value ofScode()
      Scans the remaining S-Code belonging to this instruction. For Attribute addresses create an IntegerValue of type AADDR. For General addresses create an GeneralAddress object. Finally: Return a newly created Value.
      Returns:
      the newly created Value.