public final class DirectiveOriginAbsolute extends DirectiveOrigin
Directive.Kind
origin
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.Kind |
getKind()
Returns the directive kind.
|
getText
copy, copyAll, needsIndent, toString
public Directive.Kind getKind()
Directive
getKind
in class DirectiveOrigin
public java.math.BigInteger apply(java.math.BigInteger currentAddress, MemoryAllocator allocator)
Directive
apply
in class DirectiveOrigin
currentAddress
- the current address.allocator
- the memory allocator.