org.jetbrains.jet.asJava
Class JetCodeBlockModificationListener

java.lang.Object
  extended by org.jetbrains.jet.asJava.JetCodeBlockModificationListener
All Implemented Interfaces:
com.intellij.psi.impl.PsiTreeChangePreprocessor

public class JetCodeBlockModificationListener
extends java.lang.Object
implements com.intellij.psi.impl.PsiTreeChangePreprocessor


Field Summary
 
Fields inherited from interface com.intellij.psi.impl.PsiTreeChangePreprocessor
EP_NAME
 
Constructor Summary
JetCodeBlockModificationListener(com.intellij.psi.util.PsiModificationTracker modificationTracker)
           
 
Method Summary
 void treeChanged(com.intellij.psi.impl.PsiTreeChangeEventImpl event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetCodeBlockModificationListener

public JetCodeBlockModificationListener(com.intellij.psi.util.PsiModificationTracker modificationTracker)
Method Detail

treeChanged

public void treeChanged(com.intellij.psi.impl.PsiTreeChangeEventImpl event)
Specified by:
treeChanged in interface com.intellij.psi.impl.PsiTreeChangePreprocessor