Class NameUtil
java.lang.Object
org.palladiosimulator.somox.ast2seff.util.NameUtil
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getCatchClauseConditionString
(org.eclipse.jdt.core.dom.CatchClause catchClause) static String
getClassName
(org.eclipse.jdt.core.dom.Expression calledClass) static String
getClassName
(org.eclipse.jdt.core.dom.MethodInvocation methodInvocation) static String
static String
getEntityName
(org.eclipse.jdt.core.dom.EnhancedForStatement forStatement) static String
getEntityName
(org.eclipse.jdt.core.dom.Expression expression) static String
getEntityName
(org.eclipse.jdt.core.dom.ExpressionStatement expressionStatement) static String
getEntityName
(org.eclipse.jdt.core.dom.ForStatement forStatement) static String
getEntityName
(org.eclipse.jdt.core.dom.IfStatement ifStatement) static String
getEntityName
(org.eclipse.jdt.core.dom.MethodInvocation methodInvocation) static String
getEntityName
(org.eclipse.jdt.core.dom.ReturnStatement returnStatement) static String
getEntityName
(org.eclipse.jdt.core.dom.SwitchStatement switchStatement) static String
getEntityName
(org.eclipse.jdt.core.dom.TryStatement tryStatement) static String
getEntityName
(org.eclipse.jdt.core.dom.WhileStatement whileStatement) static String
getExpressionClassName
(org.eclipse.jdt.core.dom.Expression variable) static String
getIfStatementConditionString
(org.eclipse.jdt.core.dom.IfStatement ifStatement) static String
getSwitchCaseConditionString
(org.eclipse.jdt.core.dom.SwitchCase switchCase) static String
-
Field Details
-
START_ACTION_NAME
- See Also:
-
STOP_ACTION_NAME
- See Also:
-
RELEASE_ACTION_NAME
- See Also:
-
ACQUIRE_ACTION_NAME
- See Also:
-
LOOP_ACTION_NAME
- See Also:
-
BRANCH_ACTION_NAME
- See Also:
-
-
Constructor Details
-
NameUtil
public NameUtil()
-
-
Method Details
-
getClassName
-
getClassName
-
getExpressionClassName
-
getEntityName
-
getEntityName
public static String getEntityName(org.eclipse.jdt.core.dom.ExpressionStatement expressionStatement) -
getEntityName
-
getEntityName
-
getEntityName
-
getEntityName
-
getEntityName
-
getEntityName
-
getEntityName
-
getEntityName
-
getIfStatementConditionString
public static String getIfStatementConditionString(org.eclipse.jdt.core.dom.IfStatement ifStatement) -
getElseStatementConditionString
-
getTryStatementConditionString
-
getCatchClauseConditionString
public static String getCatchClauseConditionString(org.eclipse.jdt.core.dom.CatchClause catchClause) -
getSwitchCaseConditionString
-