Uses of Class
net.ssehub.easy.instantiation.core.model.expressions.CallExpression.CallType
-
Packages that use CallExpression.CallType Package Description net.ssehub.easy.instantiation.core.model.expressions Implements the common expression tree for the VIL languages.net.ssehub.easy.instantiation.core.model.tracing Common tracing functionality. -
-
Uses of CallExpression.CallType in net.ssehub.easy.instantiation.core.model.expressions
Fields in net.ssehub.easy.instantiation.core.model.expressions declared as CallExpression.CallType Modifier and Type Field Description private CallExpression.CallTypeCallExpression. callTypeMethods in net.ssehub.easy.instantiation.core.model.expressions that return CallExpression.CallType Modifier and Type Method Description CallExpression.CallTypeCallExpression. getCallType()Returns the call type.static CallExpression.CallTypeCallExpression.CallType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CallExpression.CallType[]CallExpression.CallType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.instantiation.core.model.expressions with parameters of type CallExpression.CallType Modifier and Type Method Description private java.lang.ObjectEvaluationVisitor. visitCall(AbstractCallExpression call, java.lang.Object parent, OperationDescriptor resolved, CallExpression.CallType type)Processes a call.voidITracer. visitedCallExpression(OperationDescriptor descriptor, CallExpression.CallType callType, java.lang.Object[] args, java.lang.Object result)Is called after a resolved call expression is actually executed.voidNoTracer. visitedCallExpression(OperationDescriptor descriptor, CallExpression.CallType callType, java.lang.Object[] args, java.lang.Object result)voidStreamTracer. visitedCallExpression(OperationDescriptor descriptor, CallExpression.CallType callType, java.lang.Object[] args, java.lang.Object result)voidITracer. visitingCallExpression(OperationDescriptor descriptor, CallExpression.CallType callType, java.lang.Object[] args)Is called before a resolved call expression is actually executed.voidNoTracer. visitingCallExpression(OperationDescriptor descriptor, CallExpression.CallType callType, java.lang.Object[] args)voidStreamTracer. visitingCallExpression(OperationDescriptor descriptor, CallExpression.CallType callType, java.lang.Object[] args) -
Uses of CallExpression.CallType in net.ssehub.easy.instantiation.core.model.tracing
Methods in net.ssehub.easy.instantiation.core.model.tracing with parameters of type CallExpression.CallType Modifier and Type Method Description voidAbstractVilTracer. visitedCallExpression(OperationDescriptor descriptor, CallExpression.CallType callType, java.lang.Object[] args, java.lang.Object result)voidAbstractVilTracer. visitingCallExpression(OperationDescriptor descriptor, CallExpression.CallType callType, java.lang.Object[] args)
-