Searched refs:anotherClassRefTypeID (Results 1 – 1 of 1) sorted by relevance
64 long anotherClassRefTypeID = 0; in testGetValues004() local66 anotherClassRefTypeID = debuggeeWrapper.vmMirror.getClassID(anotherClassSignature); in testGetValues004()72 if ( anotherClassRefTypeID == -1 ) { in testGetValues004()77 logWriter.println("=> anotherClassRefTypeID = " + anotherClassRefTypeID); in testGetValues004()85 … = debuggeeWrapper.vmMirror.getFieldID(anotherClassRefTypeID, anotherClassCheckedFieldName); in testGetValues004()