mjc

Uses of Interface
org.multijava.util.classfile.AttributeParser

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

mjc is Copyright (C) 2000-2004 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. mjc is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.