Package | Description |
---|---|
org.drools.compiler.rule.builder.dialect.java | |
org.drools.compiler.rule.builder.dialect.java.parser |
Modifier and Type | Method and Description |
---|---|
Map<String,JavaLocalDeclarationDescr> |
JavaAnalysisResult.getLocalVariablesMap() |
Modifier and Type | Method and Description |
---|---|
void |
JavaAnalysisResult.addLocalVariable(String identifier,
JavaLocalDeclarationDescr descr) |
Modifier and Type | Method and Description |
---|---|
void |
JavaAnalysisResult.setLocalVariables(Map<String,JavaLocalDeclarationDescr> localVariables) |
Modifier and Type | Method and Description |
---|---|
List<JavaLocalDeclarationDescr> |
AbstractJavaBlockDescr.getInScopeLocalVars()
Returns the list of in-code, declared variables that are available
in the scope of this block
|
List<JavaLocalDeclarationDescr> |
JavaBlockDescr.getInScopeLocalVars()
Returns the list of in-code, declared variables that are available
in the scope of this block
|
List<JavaLocalDeclarationDescr> |
AbstractJavaContainerBlockDescr.getInScopeLocalVars()
Returns the list of in-code, declared variables that are available
in the scope of this block
|
List<JavaLocalDeclarationDescr> |
JavaParser.getLocalDeclarations() |
Modifier and Type | Method and Description |
---|---|
void |
JavaParser.addLocalDeclaration(JavaLocalDeclarationDescr decl) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJavaBlockDescr.setInScopeLocalVars(List<JavaLocalDeclarationDescr> inScopeLocalVars)
Sets the list of in-code, declared variables that are available
in the scope of this block
|
void |
JavaBlockDescr.setInScopeLocalVars(List<JavaLocalDeclarationDescr> inScopeLocalVars)
Sets the list of in-code, declared variables that are available
in the scope of this block
|
void |
AbstractJavaContainerBlockDescr.setInScopeLocalVars(List<JavaLocalDeclarationDescr> inScopeLocalVars)
Sets the list of in-code, declared variables that are available
in the scope of this block
|
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.