Package de.monticore.types.mcbasictypes
Class CalculatePotentialQNames
java.lang.Object
de.monticore.types.mcbasictypes.CalculatePotentialQNames
This class can be used to calculate potential qualified names for a symbol.
It needs the packageDeclaration of the model, the import statments specified in the model and the simple name of the symbol.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncalculateQualifiedNames(ASTMCPackageDeclaration packageDeclaration, List<ASTMCImportStatement> importStatements, String simpleName)
-
Constructor Details
-
CalculatePotentialQNames
public CalculatePotentialQNames()
-
-
Method Details
-
calculateQualifiedNames
public static List<String> calculateQualifiedNames(ASTMCPackageDeclaration packageDeclaration, List<ASTMCImportStatement> importStatements, String simpleName)
-