public abstract class FEDInstruction extends Instruction
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
FEDInstruction.FederatedOutput  | 
static class  | 
FEDInstruction.FEDType  | 
Instruction.ITypeDATATYPE_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, updateInstructionThreadIDpublic Instruction.IType getType()
getType in class Instructionpublic FEDInstruction.FEDType getFEDInstructionType()
public long getTID()
public void setTID(long tid)
public Instruction preprocessInstruction(ExecutionContext ec)
InstructionpreprocessInstruction in class Instructionec - execution contextCopyright © 2021 The Apache Software Foundation. All rights reserved.