示例#1
0
 @Override
 public boolean canGetBytecodes() {
   return virtualMachine.canGetBytecodes();
 }
示例#2
0
 protected boolean calcValue() {
   return myVirtualMachine.canGetBytecodes();
 }