Package org.drools.compiler.compiler
Interface AnalysisResult
public interface AnalysisResult
An interface with the results from the expression/block analysis
-
Method Summary
Modifier and TypeMethodDescriptionReturns the array of listsof bound identifiers Returns the Setof all used identifiers Returns the Setof declared local variables Returns the Setof not bounded identifiers Class<?>default boolean
-
Method Details
-
getIdentifiers
Returns the Setof all used identifiers - Returns:
-
getBoundIdentifiers
BoundIdentifiers getBoundIdentifiers()Returns the array of listsof bound identifiers - Returns:
-
getNotBoundedIdentifiers
Returns the Setof not bounded identifiers - Returns:
-
getLocalVariables
Returns the Setof declared local variables - Returns:
-
getReturnType
Class<?> getReturnType() -
isTypesafe
default boolean isTypesafe()
-