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

Uses of Class org.drools.asm.commons.Method (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Class
org.drools.asm.commons.Method

Packages that use Method
org.drools.asm.commons Provides some useful class and method adapters. 
 

Uses of Method in org.drools.asm.commons
 

Methods in org.drools.asm.commons that return Method
static Method Method.getMethod(String method)
          Returns a Method corresponding to the given Java method declaration.
 

Methods in org.drools.asm.commons with parameters of type Method
 void GeneratorAdapter.invokeConstructor(Type type, Method method)
          Generates the instruction to invoke a constructor.
 void GeneratorAdapter.invokeInterface(Type owner, Method method)
          Generates the instruction to invoke an interface method.
 void GeneratorAdapter.invokeStatic(Type owner, Method method)
          Generates the instruction to invoke a static method.
 void GeneratorAdapter.invokeVirtual(Type owner, Method method)
          Generates the instruction to invoke a normal method.
 

Constructors in org.drools.asm.commons with parameters of type Method
GeneratorAdapter(int access, Method method, MethodVisitor mv)
          Creates a new GeneratorAdapter.
GeneratorAdapter(int access, Method method, String signature, Type[] exceptions, ClassVisitor cv)
          Creates a new GeneratorAdapter.
 



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