|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Parser
Reads syntactic units from source code. Parsers are normally created from a ParserFactory.
This is NOT part of any API supported by Sun Microsystems. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
| Method Summary | |
|---|---|
JCTree.JCCompilationUnit |
parseCompilationUnit()
Parse a compilation unit. |
JCTree.JCExpression |
parseExpression()
Parse an expression. |
JCTree.JCStatement |
parseStatement()
Parse a statement. |
JCTree.JCExpression |
parseType()
Parse a type. |
| Method Detail |
|---|
JCTree.JCCompilationUnit parseCompilationUnit()
JCTree.JCExpression parseExpression()
JCTree.JCStatement parseStatement()
JCTree.JCExpression parseType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||