You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2015/08/13 10:42:37 UTC

[BCEL] Visitor interfaces

BCEL has two Visitor interfaces, in the packages bcel6.classfile and
bcel6.generic.

This is somewhat confusing, and the Javadoc does not really help to
distinguish them.

Any info on this?

Both of them have an EmptyVisitor implementation that does nothing.
However one is abstract and the other is not; probably ought to make
them both abstract?

Also, there are a couple of TODOs suggesting that the interface be extended:

TODO Add .visitMethodHandle to Visitor interface
TODO Add .visitMethodType to Visitor interface

I assume these relate to the bcel6.classfile Visitor as that already
has a vistMethod declaration.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org