Package org.somox.gast2seff.visitors
package org.somox.gast2seff.visitors
-
ClassDescriptionBase implementation of
IFunctionClassificationStrategy
.Class that defines how library calls are marked but not how external calls are marked.Implementation ofIFunctionClassificationStrategy
.Classifies function calls are internal, library, or external calls.Interface for the function call classification strategy.Factory that allows the creation of FunctionClassificationStrategy.Implementations of the interface are used byJaMoPPStatementVisitor
to find the called interface port and the interface operation of an external call.InterfaceOfExternalCallFindingStrategy allows the creation of project or technology specificInterfaceOfExternalCallFinding
, which is used withinJaMoPPStatementVisitor
.A visitor which traverses a GAST behaviour and creates a SEFF matching the traversed behaviour.The class finds methodCalls within a statement.Computes for aSwitchStatement
the case branches in a way that to the case branches, that do not end with break, the following case branch is added.