public abstract class AbstractJavaBlockDescr extends Object implements JavaBlockDescr
JavaBlockDescr.BlockType
Constructor and Description |
---|
AbstractJavaBlockDescr() |
Modifier and Type | Method and Description |
---|---|
Map<String,Class<?>> |
getInputs() |
List<JavaLocalDeclarationDescr> |
getInScopeLocalVars()
Returns the list of in-code, declared variables that are available
in the scope of this block
|
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEnd, getStart, getTargetExpression, getType, setTargetExpression
public Map<String,Class<?>> getInputs()
getInputs
in interface JavaBlockDescr
public void setInputs(Map<String,Class<?>> variables)
setInputs
in interface JavaBlockDescr
public List<JavaLocalDeclarationDescr> getInScopeLocalVars()
getInScopeLocalVars
in interface JavaBlockDescr
public void setInScopeLocalVars(List<JavaLocalDeclarationDescr> inScopeLocalVars)
setInScopeLocalVars
in interface JavaBlockDescr
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.