Class StatementListContainerExtension
- java.lang.Object
-
- org.emftext.language.java.extensions.statements.StatementListContainerExtension
-
public class StatementListContainerExtension extends Object
-
-
Constructor Summary
Constructors Constructor Description StatementListContainerExtension()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LocalVariablegetLocalVariable(StatementListContainer me, String name)Returns the first local variable in the givenStatementListContainerwith the specified name.
-
-
-
Method Detail
-
getLocalVariable
public static LocalVariable getLocalVariable(StatementListContainer me, String name)
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
-
-