Class StatementListContainerExtension
java.lang.Object
org.emftext.language.java.extensions.statements.StatementListContainerExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalVariablegetLocalVariable(StatementListContainer me, String name) Returns the first local variable in the givenStatementListContainerwith the specified name.
-
Constructor Details
-
StatementListContainerExtension
public StatementListContainerExtension()
-
-
Method Details
-
getLocalVariable
Returns the first local variable in the givenStatementListContainerwith the specified name.- Parameters:
me- theStatementListContainerto search inname- the name of the variable to search for- Returns:
- a local variable with the given name or
nullif no such variable was found
-