Example #1
0
 private void visitLoadInstructionRead(Instruction_load instr) {
   visitValueRef(instr.getPointer().getRef());
 }
Example #2
0
 @Override
 public ResolvedType caseInstruction_load(Instruction_load object) {
   return resolve(object.getPointer().getType()).getContainedType(0);
 }