Package | Description |
---|---|
gov.nasa.jpf.vm |
Modifier and Type | Method and Description |
---|---|
void |
ClassInfo.matchDeclaredMethods(MethodLocator loc)
iterate over all declaredMethods declared in this class, until the provided
MethodLocator tells us it's done
|
void |
ClassInfo.matchMethods(MethodLocator loc)
iterate over all declaredMethods of this class (and it's superclasses), until
the provided MethodLocator tells us it's done
|