public abstract class ElementProcessor<E extends javax.lang.model.element.Element,R> extends java.lang.Object
ElementProcessor()
abstract R
process(E element)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ElementProcessor()
public abstract R process(E element)