public final class DirectiveLabelWeak extends DirectiveLabel
Directive.Kind
label
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.
|
java.lang.String |
getText()
Returns the string representation of the directive.
|
getKind, getLabel, isRealLabel, needsIndent, toString
public java.lang.String getText()
Directive
getText
in class DirectiveLabel
public java.math.BigInteger apply(java.math.BigInteger currentAddress, MemoryAllocator allocator)
Directive
public Directive copy()
Directive
copy
in class DirectiveLabel