Searched defs:MethodSet (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DMethodSet.java31 * The MethodSet structure is used to store methods for a class.
43 class MethodSet { class
52 * The number of methods stored in the MethodSet.
57 * Is this MethodSet currently frozen? See freeze() for more details.
62 * Creates a brand new MethodSet
64 public MethodSet() { method in class:MethodSet
71 * Returns the number of distinct methods stored in the MethodSet.
78 * Adds `method' to the MethodSet. No method of the same signature
102 // been added to the MethodSet.
117 * Adds `method' to the MethodSet, replacin
[all...]

Completed in 40 milliseconds