public interface AutoGenInstruction
AutoGenInstruction
interface for instructions used in the template auto generation.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommand()
Returns the command syntax.
|
boolean |
getFields()
Returns the command fields.
|
java.lang.String[] |
getPostCommand() |
java.lang.String |
getPreCommand()
Returns preparation command set.
|
boolean |
isArithmeticOperation() |
boolean |
isBranchOperation() |
boolean |
isLoadOperation() |
boolean |
isStoreOperation() |
void |
printOperation() |
boolean getFields()
java.lang.String getCommand()
java.lang.String getPreCommand()
java.lang.String[] getPostCommand()
boolean isBranchOperation()
boolean isStoreOperation()
boolean isLoadOperation()
boolean isArithmeticOperation()
void printOperation()