Package org.somox.gast2seff.visitors
Interface InterfaceOfExternalCallFinding
- All Known Implementing Classes:
DefaultInterfaceOfExternalCallFinder
,EJBInterfaceOfExternalCallFinder
public interface InterfaceOfExternalCallFinding
Implementations of the interface are used by
JaMoPPStatementVisitor
to find the called
interface port and the interface operation of an external call.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptiongetCalledInterfacePort
(org.emftext.language.java.members.Method calledMethod) getCalledInterfacePort
(org.emftext.language.java.members.Method calledMethod, org.emftext.language.java.statements.Statement statement) Query the interface port for the function access.
-
Method Details
-
getCalledInterfacePort
InterfaceOfExternalCallFinding.InterfacePortOperationTuple getCalledInterfacePort(org.emftext.language.java.members.Method calledMethod, org.emftext.language.java.statements.Statement statement) Query the interface port for the function access.- Parameters:
calledMethod
- The access to find in the PCMstatement
- The statement that issued the method call- Returns:
- interface port and operation corresponding to the access.
-
getCalledInterfacePort
default InterfaceOfExternalCallFinding.InterfacePortOperationTuple getCalledInterfacePort(org.emftext.language.java.members.Method calledMethod)
-