|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.parser4j.parser.entity.ParseSession
public class ParseSession
data share between match manager
| Constructor Summary | |
|---|---|
ParseSession()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getAttribute(java.lang.String attributeKey)
get attribute by its key |
java.lang.String |
getParserInputFileName()
|
void |
include(ParserFileReader parserFileReader)
|
void |
removeAllAttribute()
remove all attribute |
java.lang.Object |
setAttribute(java.lang.String attributeKey,
java.lang.Object attribute)
set attribute by its key |
void |
setParserInput(ParserInput parserInput)
|
void |
setSyntaxMode(boolean syntaxMode)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParseSession()
| Method Detail |
|---|
public void setParserInput(ParserInput parserInput)
parserInput - the parserInput to setpublic void setSyntaxMode(boolean syntaxMode)
syntaxMode - the syntaxMode to setpublic void removeAllAttribute()
IParseSessionForMatchMgr
removeAllAttribute in interface IParseSessionForMatchMgrMap.clear()public java.lang.Object getAttribute(java.lang.String attributeKey)
IParseSessionForMatchMgr
getAttribute in interface IParseSessionForMatchMgrMap.get(java.lang.Object)
public java.lang.Object setAttribute(java.lang.String attributeKey,
java.lang.Object attribute)
IParseSessionForMatchMgr
setAttribute in interface IParseSessionForMatchMgrMap.put(java.lang.Object, java.lang.Object)public java.lang.String getParserInputFileName()
getParserInputFileName in interface IParseSessionForMatchMgrParserInput.getFileName()
public void include(ParserFileReader parserFileReader)
throws ParserException
include in interface IParseSessionForMatchMgrParserException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||