Uses of Class
edu.university.ecs.lab.common.models.ir.MethodCall
Packages that use MethodCall
Package
Description
Provides utilities and classes for serializing Java objects to JSON and deserializing JSON
back to Java objects using Gson library.
Contains utility classes for file management, JSON handling, and source code parsing.
Provides classes and enums for representing architectural rules within the microservice system.
-
Uses of MethodCall in edu.university.ecs.lab.common.models.enums
Methods in edu.university.ecs.lab.common.models.enums with parameters of type MethodCallModifier and TypeMethodDescriptionprivate String
RestCallTemplate.preParseURL
(com.github.javaparser.ast.expr.MethodCallExpr mce, MethodCall mc) Constructors in edu.university.ecs.lab.common.models.enums with parameters of type MethodCallModifierConstructorDescriptionRestCallTemplate
(com.github.javaparser.ast.expr.MethodCallExpr mce, MethodCall mc, com.github.javaparser.ast.CompilationUnit cu) -
Uses of MethodCall in edu.university.ecs.lab.common.models.ir
Subclasses of MethodCall in edu.university.ecs.lab.common.models.irFields in edu.university.ecs.lab.common.models.ir declared as MethodCallModifier and TypeFieldDescriptionprivate MethodCall
Flow.repositoryMethodCall
private MethodCall
Flow.serviceMethodCall
Fields in edu.university.ecs.lab.common.models.ir with type parameters of type MethodCallModifier and TypeFieldDescriptionprivate List<MethodCall>
JClass.methodCalls
List of method invocations made from within this classMethods in edu.university.ecs.lab.common.models.ir that return types with arguments of type MethodCallModifier and TypeMethodDescriptionMicroservice.getMethodCalls()
This method returns all method calls of a microserviceMethods in edu.university.ecs.lab.common.models.ir with parameters of type MethodCallModifier and TypeMethodDescriptionstatic boolean
MethodCall.matchMethod
(MethodCall methodCall, Method method) Checks if a method call matches a given methodConstructors in edu.university.ecs.lab.common.models.ir with parameters of type MethodCallConstructor parameters in edu.university.ecs.lab.common.models.ir with type arguments of type MethodCall -
Uses of MethodCall in edu.university.ecs.lab.common.models.serialization
Methods in edu.university.ecs.lab.common.models.serialization that return MethodCallModifier and TypeMethodDescriptionMethodCallDeserializer.deserialize
(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) private MethodCall
MethodCallDeserializer.jsonToMethodCall
(com.google.gson.JsonObject json) -
Uses of MethodCall in edu.university.ecs.lab.common.utils
Methods in edu.university.ecs.lab.common.utils that return MethodCallModifier and TypeMethodDescriptionstatic MethodCall
SourceToObjectUtils.convertValidRestCalls
(com.github.javaparser.ast.expr.MethodCallExpr methodCallExpr, MethodCall methodCall) This method converts a valid MethodCall to an RestCallMethods in edu.university.ecs.lab.common.utils that return types with arguments of type MethodCallModifier and TypeMethodDescriptionprivate static List<MethodCall>
FlowUtils.findAllRepositoryMethodCalls
(Flow flow) This method find's all method calls from the serviceMethod of a flowprivate static List<MethodCall>
FlowUtils.findAllServiceMethodCalls
(Flow flow) This method find's all method calls from the controllerMethod of a flowstatic List<MethodCall>
SourceToObjectUtils.parseMethodCalls
(List<com.github.javaparser.ast.body.MethodDeclaration> methodDeclarations) This method parses methodDeclarations list and returns a Set of MethodCall modelsMethods in edu.university.ecs.lab.common.utils with parameters of type MethodCallModifier and TypeMethodDescriptionstatic MethodCall
SourceToObjectUtils.convertValidRestCalls
(com.github.javaparser.ast.expr.MethodCallExpr methodCallExpr, MethodCall methodCall) This method converts a valid MethodCall to an RestCall -
Uses of MethodCall in edu.university.ecs.lab.detection.architecture.models
Fields in edu.university.ecs.lab.detection.architecture.models with type parameters of type MethodCallMethods in edu.university.ecs.lab.detection.architecture.models that return types with arguments of type MethodCallModifier and TypeMethodDescriptionstatic List<MethodCall>
AR6.getUniqueMethodCalls
(List<MethodCall> oldMethodCalls, List<MethodCall> newMethodCalls) Method parameters in edu.university.ecs.lab.detection.architecture.models with type arguments of type MethodCallModifier and TypeMethodDescriptionstatic List<MethodCall>
AR6.getUniqueMethodCalls
(List<MethodCall> oldMethodCalls, List<MethodCall> newMethodCalls)