public abstract class FEDInstruction extends Instruction
Modifier and Type | Class and Description |
---|---|
static class |
FEDInstruction.FEDType |
Instruction.IType
DATATYPE_PREFIX, FEDERATED_INST_PREFIX, GPU_INST_PREFIX, INSTRUCTION_DELIM, LITERAL_PREFIX, OPERAND_DELIM, SP_INST_PREFIX, VALUETYPE_PREFIX
Modifier and Type | Method and Description |
---|---|
FEDInstruction.FEDType |
getFEDInstructionType() |
long |
getTID() |
Instruction.IType |
getType() |
Instruction |
preprocessInstruction(ExecutionContext ec)
This method should be used for any setup before executing this instruction.
|
void |
setTID(long tid) |
getBeginColumn, getBeginLine, getEndColumn, getEndLine, getExtendedOpcode, getFilename, getGraphString, getInstID, getInstructionString, getLineNum, getOpcode, getOperator, getPrivacyConstraint, postprocessInstruction, printMe, processInstruction, requiresLabelUpdate, setInstID, setLocation, setLocation, setLocation, setLocation, setPrivacyConstraint, setPrivacyConstraint, toString, updateInstructionThreadID
public Instruction.IType getType()
getType
in class Instruction
public FEDInstruction.FEDType getFEDInstructionType()
public long getTID()
public void setTID(long tid)
public Instruction preprocessInstruction(ExecutionContext ec)
Instruction
preprocessInstruction
in class Instruction
ec
- execution contextCopyright © 2020 The Apache Software Foundation. All rights reserved.