Home | History | Annotate | Download | only in text

Lines Matching defs:isFull

817             Method isFull = ScriptSet.getDeclaredMethod("isFull");
818 isFull.setAccessible(true);
819 boolean result = (Boolean) isFull.invoke(ss);