public interface JavaBlockDescr
Modifier and Type | Interface and Description |
---|---|
static class |
JavaBlockDescr.BlockType |
Modifier and Type | Method and Description |
---|---|
int |
getEnd() |
Map<String,Class<?>> |
getInputs() |
List<JavaLocalDeclarationDescr> |
getInScopeLocalVars()
Returns the list of in-code, declared variables that are available
in the scope of this block
|
int |
getStart() |
String |
getTargetExpression() |
JavaBlockDescr.BlockType |
getType() |
void |
setInputs(Map<String,Class<?>> variables) |
void |
setInScopeLocalVars(List<JavaLocalDeclarationDescr> inScopeLocalVars)
Sets the list of in-code, declared variables that are available
in the scope of this block
|
void |
setTargetExpression(String str) |
JavaBlockDescr.BlockType getType()
int getStart()
int getEnd()
String getTargetExpression()
void setTargetExpression(String str)
List<JavaLocalDeclarationDescr> getInScopeLocalVars()
void setInScopeLocalVars(List<JavaLocalDeclarationDescr> inScopeLocalVars)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.