org.sonar.java.bytecode
Class BytecodeVisitorNotifier

java.lang.Object
  extended by org.sonar.java.bytecode.BytecodeVisitorNotifier

public class BytecodeVisitorNotifier
extends Object


Constructor Summary
BytecodeVisitorNotifier(AsmClass asmClass, BytecodeVisitor[] bytecodeVisitors)
           
 
Method Summary
 void notifyVisitors(SquidIndex indexer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytecodeVisitorNotifier

public BytecodeVisitorNotifier(AsmClass asmClass,
                               BytecodeVisitor[] bytecodeVisitors)
Method Detail

notifyVisitors

public void notifyVisitors(SquidIndex indexer)


Copyright © 2009-2012 SonarSource. All Rights Reserved.