Interface JavaBlockDescr
- All Known Subinterfaces:
JavaContainerBlockDescr
- All Known Implementing Classes:
AbstractJavaBlockDescr,AbstractJavaContainerBlockDescr,JavaCatchBlockDescr,JavaElseBlockDescr,JavaFinalBlockDescr,JavaForBlockDescr,JavaIfBlockDescr,JavaInterfacePointsDescr,JavaModifyBlockDescr,JavaRootBlockDescr,JavaStatementBlockDescr,JavaThrowBlockDescr,JavaTryBlockDescr,JavaWhileBlockDescr
public interface JavaBlockDescr
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionintgetEnd()Returns the list of in-code, declared variables that are available in the scope of this blockintgetStart()getType()voidvoidsetInScopeLocalVars(List<JavaLocalDeclarationDescr> inScopeLocalVars) Sets the list of in-code, declared variables that are available in the scope of this blockvoid
-
Method Details
-
getType
JavaBlockDescr.BlockType getType() -
getStart
int getStart() -
getEnd
int getEnd() -
getTargetExpression
String getTargetExpression() -
setTargetExpression
-
getInputs
-
setInputs
-
getInScopeLocalVars
List<JavaLocalDeclarationDescr> getInScopeLocalVars()Returns the list of in-code, declared variables that are available in the scope of this block- Returns:
-
setInScopeLocalVars
Sets the list of in-code, declared variables that are available in the scope of this block
-