public class DirectiveSpace extends Directive
Directive.Kind
Modifier and Type | Field and Description |
---|---|
protected ru.ispras.fortress.data.types.bitvector.BitVector |
data |
protected int |
length |
protected java.lang.String |
text |
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.
|
java.lang.String |
getText()
Returns the string representation of the directive.
|
copy, copyAll, needsIndent, toString
protected final java.lang.String text
protected final ru.ispras.fortress.data.types.bitvector.BitVector data
protected final int length
public Directive.Kind getKind()
Directive
public java.lang.String getText()
Directive
public java.math.BigInteger apply(java.math.BigInteger currentAddress, MemoryAllocator allocator)
Directive