public final class DirectiveDataValue extends Directive
Directive.Kind
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
apply(java.math.BigInteger currentAddress,
MemoryAllocator allocator)
Applies the directive to the current address and the memory allocator.
|
Directive |
copy()
Copies the directive.
|
Directive.Kind |
getKind()
Returns the directive kind.
|
java.lang.String |
getText()
Returns the string representation of the directive.
|
copyAll, needsIndent, toString
public Directive.Kind getKind()
Directive
public java.lang.String getText()
Directive
public java.math.BigInteger apply(java.math.BigInteger currentAddress, MemoryAllocator allocator)
Directive