From: Johannes Rieken <johannes.rieken@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 26 Nov 2006 16:30:10 +0100
Hi folks
I wonder if the sorting of the methods visited with
ClassVisitor.visitMethod(...) is predictable and deterministic. I
wish for a order of methods based on their names or signature so I
don't need to create a ClassNode. Any hints?
Cheers, Johannes
Order of ClassVisitor.visitMethod...,
Johannes Rieken