Class DirectiveDataConst
- java.lang.Object
-
- ru.ispras.microtesk.test.template.directive.Directive
-
- ru.ispras.microtesk.test.template.directive.DirectiveDataConst
-
public final class DirectiveDataConst extends Directive
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ru.ispras.microtesk.test.template.directive.Directive
Directive.Kind
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class ru.ispras.microtesk.test.template.directive.Directive
copy, copyAll, needsIndent, toString
-
-
-
-
Method Detail
-
getKind
public Directive.Kind getKind()
Description copied from class:Directive
Returns the directive kind.
-
getText
public java.lang.String getText()
Description copied from class:Directive
Returns the string representation of the directive.
-
apply
public java.math.BigInteger apply(java.math.BigInteger currentAddress, MemoryAllocator allocator)
Description copied from class:Directive
Applies the directive to the current address and the memory allocator.
-
-