org.objectweb.jac.core.parsers.acc
Class AccParserWrapper
java.lang.Object
|
+--org.objectweb.jac.core.parsers.acc.AccParserWrapper
- All Implemented Interfaces:
- InputStreamParser
- public class AccParserWrapper
- extends Object
- implements InputStreamParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccParserWrapper
public AccParserWrapper()
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 parsestreamName
- corresponding filenametargetClass
- name of aspect component classblockKeywords
- 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