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  void checkBindings()
           
protected  java.lang.String getReturnBindingType()
           
protected  void setTriggerPoint()
           
 void visitEnd()
           
 
Methods inherited from class org.jboss.byteman.agent.adapter.RuleMethodAdapter
getTriggerClassName, lookup, visitLocalVariable
 
Methods inherited from class org.objectweb.asm.MethodAdapter
visitAnnotation, visitAnnotationDefault, visitAttribute, visitCode, 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

getReturnBindingType

protected java.lang.String getReturnBindingType()

setTriggerPoint

protected void setTriggerPoint()

checkBindings

protected void checkBindings()

visitEnd

public void visitEnd()
Specified by:
visitEnd in interface org.objectweb.asm.MethodVisitor
Overrides:
visitEnd in class org.objectweb.asm.MethodAdapter


Copyright © 2012. All Rights Reserved.