|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjml2b.structure.IAParameters
Constructor Summary | |
IAParameters()
|
Method Summary | |
abstract Type |
getType(int i)
|
boolean |
hasSameTypes(java.util.Vector types)
compare the signature with the given vector of types. |
boolean |
isCompatible(java.util.Vector types)
return true if the parameters are compatibles with the given vector of Type. |
boolean |
isCompatibleWith(IJml2bConfiguration config,
IAParameters params)
return true if all the types in this are compatible with the types in params. |
boolean |
isSameAs(IAParameters p)
compare the signature with the signature of the given parameters. |
abstract int |
nparams()
|
abstract java.lang.String |
toString(char c)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IAParameters()
Method Detail |
public boolean isSameAs(IAParameters p)
public boolean isCompatibleWith(IJml2bConfiguration config, IAParameters params) throws Jml2bException
Jml2bException
public boolean hasSameTypes(java.util.Vector types)
public abstract int nparams()
public boolean isCompatible(java.util.Vector types) throws Jml2bException
Jml2bException
public abstract java.lang.String toString(char c)
c
-
public abstract Type getType(int i)
i
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |