Package | Description |
---|---|
org.jparsec.examples.java.parser |
Modifier and Type | Method and Description |
---|---|
static Program |
DeclarationParser.parse(String source)
Parses any Java source.
|
static Program |
DeclarationParser.parse(URL url)
Parses source code read from
url . |
Modifier and Type | Method and Description |
---|---|
static Parser<Program> |
DeclarationParser.program() |
Copyright © 2013–2016 jparsec. All rights reserved.