|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jet.core.parser.ast.JETASTParser
public final class JETASTParser
Parser for creating JET ASTs
Nested Class Summary | |
---|---|
static class |
JETASTParser.Builder
Builder for JETAST Parser |
Method Summary | |
---|---|
java.lang.Object |
parse(char[] template)
Parse contents as a JET template |
java.lang.Object |
parse(char[] template,
java.lang.String templatePath)
Parse contents as a JET template |
java.lang.Object |
parse(java.lang.String templatePath)
Parse the named input template |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.Object parse(java.lang.String templatePath)
IJETParser
parse
in interface IJETParser
templatePath
- the template Path
public java.lang.Object parse(char[] template)
IJETParser
parse
in interface IJETParser
template
- the template
public java.lang.Object parse(char[] template, java.lang.String templatePath)
org.eclipse.jet.internal.core.parser.IJETParser2
parse
in interface org.eclipse.jet.internal.core.parser.IJETParser2
template
- the templatetemplatePath
- the templatePath corresponding to the content of null
if unknown
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |