org.codehaus.jparsec.examples.java.parser
Class DeclarationParser
java.lang.Object
org.codehaus.jparsec.examples.java.parser.DeclarationParser
public final class DeclarationParser
- extends Object
Parses class, interface, enum, annotation declarations.
- Author:
- Ben Yu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeclarationParser
public DeclarationParser()
program
public static Parser<Program> program()
parse
public static Program parse(String source)
- Parses any Java source.
parse
public static Program parse(URL url)
throws IOException
- Parses source code read from
url.
- Throws:
IOException
Copyright © 2014. All rights reserved.