Interface DataDirective
-
public interface DataDirective
TheDataDirective
is to be supported by all data directives.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(MemoryAllocator allocator)
DataDirective
copy()
java.lang.String
getText()
boolean
needsIndent()
-
-
-
Method Detail
-
getText
java.lang.String getText()
-
needsIndent
boolean needsIndent()
-
apply
void apply(MemoryAllocator allocator)
-
copy
DataDirective copy()
-
-