org.drools.compiler
Interface Dialect.AnalysisResult

All Known Implementing Classes:
JavaAnalysisResult, MVELAnalysisResult
Enclosing interface:
Dialect

public static interface Dialect.AnalysisResult

An interface with the results from the expression/block analysis

Author:
etirelli

Method Summary
 java.util.List[] getBoundIdentifiers()
          Returns the array of lists of bound identifiers
 java.util.List getIdentifiers()
          Returns the list of all used identifiers
 java.util.List getLocalVariables()
          Returns the list of declared local variables
 java.util.List getNotBoundedIdentifiers()
          Returns the list of not bounded identifiers
 

Method Detail

getIdentifiers

java.util.List getIdentifiers()
Returns the list of all used identifiers

Returns:

getBoundIdentifiers

java.util.List[] getBoundIdentifiers()
Returns the array of lists of bound identifiers

Returns:

getNotBoundedIdentifiers

java.util.List getNotBoundedIdentifiers()
Returns the list of not bounded identifiers

Returns:

getLocalVariables

java.util.List getLocalVariables()
Returns the list of declared local variables

Returns: