示例#1
0
 protected void setLocationAndCodeStore() {
   location = backEndBits.getLayout().getComputeNode(inputNode);
   assert location != null;
   codeStore = location.getComputeCode();
 }