public interface DataDirective
DataDirective
is to be supported by all data directives.Modifier and Type | Method and Description |
---|---|
void |
apply(MemoryAllocator allocator) |
DataDirective |
copy() |
java.lang.String |
getText() |
boolean |
needsIndent() |
java.lang.String getText()
boolean needsIndent()
void apply(MemoryAllocator allocator)
DataDirective copy()