org.jboss.byteman.agent.adapter
Class RuleCheckMethodAdapter

java.lang.Object
  extended by org.objectweb.asm.MethodAdapter
      extended by org.jboss.byteman.agent.adapter.RuleMethodAdapter
          extended by org.jboss.byteman.agent.adapter.RuleCheckMethodAdapter
All Implemented Interfaces:
org.objectweb.asm.MethodVisitor

public class RuleCheckMethodAdapter
extends RuleMethodAdapter

class which provides base functionality extended by all the location-specific method check adapters


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.byteman.agent.adapter.RuleMethodAdapter
RuleMethodAdapter.LocalVar
 
Field Summary
 
Fields inherited from class org.jboss.byteman.agent.adapter.RuleMethodAdapter
access, descriptor, name, rule, transformContext
 
Fields inherited from class org.objectweb.asm.MethodAdapter
mv
 
Method Summary
protected  boolean checkBindings()
           
protected  void setTriggerPoint()
           
 
Methods inherited from class org.jboss.byteman.agent.adapter.RuleMethodAdapter
getTriggerClass, lookup, visitLocalVariable
 
Methods inherited from class org.objectweb.asm.MethodAdapter
visitAnnotation, visitAnnotationDefault, visitAttribute, visitCode, visitEnd, visitFieldInsn, visitFrame, visitIincInsn, visitInsn, visitIntInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLookupSwitchInsn, visitMaxs, visitMethodInsn, visitMultiANewArrayInsn, visitParameterAnnotation, visitTableSwitchInsn, visitTryCatchBlock, visitTypeInsn, visitVarInsn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setTriggerPoint

protected void setTriggerPoint()

checkBindings

protected boolean checkBindings()


Copyright © 2011. All Rights Reserved.