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