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