Class DotAddress
java.lang.Object
svm.value.DotAddress
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
DotAddress
public DotAddress()Default Constructor
-
-
Method Details
-
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.
-