| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.codegen.jet.JETParser
This class and all those in this package is work derived from contributions of multiple authors as listed below. Credit for all that is good is shared, responsibility for any problems lies solely with the latest authors.
Nested Class Summary | |
static interface | JETParser.Action
|
static class | JETParser.DelegatingListener
|
static class | JETParser.Directive
|
static class | JETParser.Expression
|
static class | JETParser.QuoteEscape
Quoting in template text. |
static class | JETParser.Scriptlet
|
Field Summary | |
protected String | closeDirective
|
protected String | closeExpr
|
protected String | closeScriptlet
|
protected List | coreElements
|
protected String | endTag
|
protected JETParseEventListener | listener
The backend that is notified of constructs recognized in the input... |
protected String | openDirective
|
protected String | openExpr
|
protected String | openScriptlet
|
protected String | quotedEndTag
|
protected String | quotedStartTag
|
protected JETReader | reader
The input source we read from... |
protected String | startTag
|
protected CharArrayWriter | writer
|
Constructor Summary | |
JETParser(JETReader reader,
JETParseEventListener parseEventListener,
JETCoreElement[] coreElements)
|
Method Summary | |
protected void | flushCharData()
|
String | getCloseDirective()
|
String | getCloseExpr()
|
String | getCloseScriptlet()
|
String | getEndTag()
|
String | getOpenDirective()
|
String | getOpenExpr()
|
String | getOpenScriptlet()
|
String | getQuotedEndTag()
|
String | getQuotedStartTag()
|
JETReader | getReader()
|
String | getStartTag()
|
void | parse()
|
void | parse(String until)
|
void | parse(String until,
Class[] accept)
|
void | setEndTag(String tag)
|
void | setStartTag(String tag)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected JETReader reader
protected JETParseEventListener listener
protected CharArrayWriter writer
protected List coreElements
protected String openDirective
protected String closeDirective
protected String openScriptlet
protected String closeScriptlet
protected String openExpr
protected String closeExpr
protected String quotedStartTag
protected String quotedEndTag
protected String startTag
protected String endTag
Constructor Detail |
public JETParser(JETReader reader, JETParseEventListener parseEventListener, JETCoreElement[] coreElements)
Method Detail |
public JETReader getReader()
public void setStartTag(String tag)
public void setEndTag(String tag)
public String getOpenScriptlet()
public String getCloseScriptlet()
public String getOpenExpr()
public String getCloseExpr()
public String getOpenDirective()
public String getCloseDirective()
public String getQuotedStartTag()
public String getQuotedEndTag()
public String getStartTag()
public String getEndTag()
protected void flushCharData() throws JETException
public void parse() throws JETException
public void parse(String until) throws JETException
public void parse(String until, Class[] accept) throws JETException
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |