org.objectweb.jac.core.parsers.acc
Class AccParserWrapper

java.lang.Object
  extended byorg.objectweb.jac.core.parsers.acc.AccParserWrapper
All Implemented Interfaces:
InputStreamParser

public class AccParserWrapper
extends Object
implements InputStreamParser


Constructor Summary
AccParserWrapper()
           
 
Method Summary
static void main(String[] args)
          Parse a file.
 List parse(InputStream inputStream, String streamName, String targetClass, Set blockKeywords)
          Parse a configuration stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccParserWrapper

public AccParserWrapper()
Method Detail

parse

public List parse(InputStream inputStream,
                  String streamName,
                  String targetClass,
                  Set blockKeywords)
Description copied from interface: InputStreamParser
Parse a configuration stream.

Specified by:
parse in interface InputStreamParser
Parameters:
inputStream - the stream to parse
streamName - corresponding filename
targetClass - name of aspect component class
blockKeywords - additional block keywords to factorize configuration methods

main

public static void main(String[] args)
Parse a file.

Parameters:
args - arg[0] is the path of the file to parse