|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AttributeParser | |
| org.multijava.util.classfile | Provides an editor for classfiles used by MultiJava and the Java Modeling Language. |
| Uses of AttributeParser in org.multijava.util.classfile |
| Classes in org.multijava.util.classfile that implement AttributeParser | |
class |
BaseAttributeParser
This class implements a parser for regular Java bytecode attributes as defined in the JVM specification. |
class |
MJAttributeParser
This class implements a parser for the additional bytecode attributes defined in the MultiJava language specification. |
class |
UniverseAttributeParser
This class implements an attribute parser that recognizes the JUTS attributes. |
| Methods in org.multijava.util.classfile that return AttributeParser | |
AttributeParser |
AttributeList.ParserIterator.next()
|
| Methods in org.multijava.util.classfile with parameters of type AttributeParser | |
static void |
AttributeList.addParser(AttributeParser prsr)
Adds the given AttributeParser to the head of the chain-of-responsibility. |
static void |
AttributeList.removeParser(AttributeParser prsr)
Removes the given parser from the chain-of-responsibility. |
|
mjc | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||