站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Class org.drools.lang.descr.DeclarativeInvokerDescr (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Class
org.drools.lang.descr.DeclarativeInvokerDescr

Packages that use DeclarativeInvokerDescr
org.drools.lang This contains the parser and utilities for the native DRL format, for handling DRL source. 
org.drools.lang.descr   
 

Uses of DeclarativeInvokerDescr in org.drools.lang
 

Methods in org.drools.lang that return DeclarativeInvokerDescr
 DeclarativeInvokerDescr DRLParser.from_source(FromDescr from)
           
 

Uses of DeclarativeInvokerDescr in org.drools.lang.descr
 

Subclasses of DeclarativeInvokerDescr in org.drools.lang.descr
 class AccessorDescr
           
 class FieldAccessDescr
          This represents direct field access.
 class FunctionCallDescr
          This represents a function call - as in calling a Drools function.
 class MethodAccessDescr
          This represents a method call.
 

Methods in org.drools.lang.descr that return DeclarativeInvokerDescr
 DeclarativeInvokerDescr FromDescr.getDataSource()
           
 DeclarativeInvokerDescr[] AccessorDescr.getInvokersAsArray()
           
 

Methods in org.drools.lang.descr with parameters of type DeclarativeInvokerDescr
 void AccessorDescr.addInvoker(DeclarativeInvokerDescr accessor)
           
 void FromDescr.setDataSource(DeclarativeInvokerDescr dataSource)
           
 



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