119120121122123124125
public LineTable getLineTable() throws JdwpException { /* not implemented */ throw new NotImplementedException("getLineTable"); }
126127128129130131132
public VariableTable getVariableTable() throws JdwpException { /* not implemented */ throw new NotImplementedException("getVariableTable"); }