Class NameUtil
java.lang.Object
org.palladiosimulator.somox.ast2seff.util.NameUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetCatchClauseConditionString(org.eclipse.jdt.core.dom.CatchClause catchClause) static StringgetClassName(org.eclipse.jdt.core.dom.Expression calledClass) static StringgetClassName(org.eclipse.jdt.core.dom.MethodInvocation methodInvocation) static Stringstatic StringgetEntityName(org.eclipse.jdt.core.dom.EnhancedForStatement forStatement) static StringgetEntityName(org.eclipse.jdt.core.dom.Expression expression) static StringgetEntityName(org.eclipse.jdt.core.dom.ExpressionStatement expressionStatement) static StringgetEntityName(org.eclipse.jdt.core.dom.ForStatement forStatement) static StringgetEntityName(org.eclipse.jdt.core.dom.IfStatement ifStatement) static StringgetEntityName(org.eclipse.jdt.core.dom.MethodInvocation methodInvocation) static StringgetEntityName(org.eclipse.jdt.core.dom.ReturnStatement returnStatement) static StringgetEntityName(org.eclipse.jdt.core.dom.SwitchStatement switchStatement) static StringgetEntityName(org.eclipse.jdt.core.dom.TryStatement tryStatement) static StringgetEntityName(org.eclipse.jdt.core.dom.WhileStatement whileStatement) static StringgetExpressionClassName(org.eclipse.jdt.core.dom.Expression variable) static StringgetIfStatementConditionString(org.eclipse.jdt.core.dom.IfStatement ifStatement) static StringgetSwitchCaseConditionString(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
-