|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jml2b.structure.IAParameters jml2b.structure.bytecode.ClassParameters
Constructor Summary | |
ClassParameters()
|
|
ClassParameters(IJml2bConfiguration config,
org.apache.bcel.classfile.Method m)
|
Method Summary | |
Type |
getType(int i)
|
int |
nparams()
|
java.lang.String |
toString(char c)
|
Methods inherited from class jml2b.structure.IAParameters |
hasSameTypes, isCompatible, isCompatibleWith, isSameAs |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassParameters(IJml2bConfiguration config, org.apache.bcel.classfile.Method m) throws Jml2bException
m
- public ClassParameters()
Method Detail |
public Type getType(int i)
getType
in class IAParameters
i
-
public int nparams()
nparams
in class IAParameters
public java.lang.String toString(char c)
toString
in class IAParameters
c
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |