|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Assert | |
---|---|
org.eclipse.emf.ecp.common.spi.asserts |
Uses of Assert in org.eclipse.emf.ecp.common.spi.asserts |
---|
Methods in org.eclipse.emf.ecp.common.spi.asserts that return Assert | ||
---|---|---|
static
|
Assert.create(T object)
|
|
Assert<T> |
Assert.notNull()
Checks if the object is null, in which case an IllegalArgumentException is thrown. |
|
Assert<?> |
Assert.ofClass(Class<?> clazz)
Checks if the object has a different type than the Class provided as parameter, in which case an IllegalArgumentException is thrown. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |