org.drools.compiler
Interface AnalysisResult

All Known Implementing Classes:
JavaAnalysisResult, MVELAnalysisResult

public interface AnalysisResult

An interface with the results from the expression/block analysis


Method Summary
 BoundIdentifiers getBoundIdentifiers()
          Returns the array of lists of bound identifiers
 Set<String> getIdentifiers()
          Returns the Set of all used identifiers
 Set<String> getLocalVariables()
          Returns the Set of declared local variables
 Set<String> getNotBoundedIdentifiers()
          Returns the Set of not bounded identifiers
 

Method Detail

getIdentifiers

Set<String> getIdentifiers()
Returns the Set of all used identifiers

Returns:

getBoundIdentifiers

BoundIdentifiers getBoundIdentifiers()
Returns the array of lists of bound identifiers

Returns:

getNotBoundedIdentifiers

Set<String> getNotBoundedIdentifiers()
Returns the Set of not bounded identifiers

Returns:

getLocalVariables

Set<String> getLocalVariables()
Returns the Set of declared local variables

Returns:


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.