Uses of Interface
net.ssehub.easy.instantiation.core.model.common.ICallExpressionTester
-
Packages that use ICallExpressionTester Package Description net.ssehub.easy.instantiation.core.model.common Implements the common language elements. -
-
Uses of ICallExpressionTester in net.ssehub.easy.instantiation.core.model.common
Classes in net.ssehub.easy.instantiation.core.model.common that implement ICallExpressionTester Modifier and Type Class Description private classResolver.CallExpressionTesterClass for successively testing and resolving call expressions (super calls, imported calls, recursive calls).Methods in net.ssehub.easy.instantiation.core.model.common with parameters of type ICallExpressionTester Modifier and Type Method Description EResolver. createCallExpression(boolean isSuper, java.lang.String name, ICallExpressionTester<M,O,E,V> tester, CallArgument... arguments)Creates a call to aIResolvableOperationfor one of the current model instances.
-