public abstract class BaseInstruction extends java.lang.Object implements AutoGenInstruction
AutoGenInstruction
abstract class for instructions used in the template auto generation.Modifier and Type | Method and Description |
---|---|
protected static int |
getArgumentsNumber(java.lang.Iterable<MetaArgument> arguments) |
java.lang.String |
getName() |
boolean |
isBranchOperation() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCommand, getFields, getPostCommand, getPreCommand, isArithmeticOperation, isLoadOperation, isStoreOperation, printOperation
public boolean isBranchOperation()
isBranchOperation
in interface AutoGenInstruction
public java.lang.String getName()
protected static int getArgumentsNumber(java.lang.Iterable<MetaArgument> arguments)