↓ 9 callersMethodgetFields@return Fields, i.e., variables of the class. Like the JVM spec mandates for the classfile format, these fields are those specific to this class, and
lib.JBE/src/org/apache/bcel/classfile/JavaClass.java:385
↓ 8 callersMethodparseParse the given Java class file and return an object that represents the contained data, i.e., constants, methods, fields and commands. A <em>ClassFor
lib.JBE/src/org/apache/bcel/classfile/ClassParser.java:151