|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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 IParseSessionForMatchMgr
Map.clear()
public java.lang.Object getAttribute(java.lang.String attributeKey)
IParseSessionForMatchMgr
getAttribute
in interface IParseSessionForMatchMgr
Map.get(java.lang.Object)
public java.lang.Object setAttribute(java.lang.String attributeKey, java.lang.Object attribute)
IParseSessionForMatchMgr
setAttribute
in interface IParseSessionForMatchMgr
Map.put(java.lang.Object, java.lang.Object)
public java.lang.String getParserInputFileName()
getParserInputFileName
in interface IParseSessionForMatchMgr
ParserInput.getFileName()
public void include(ParserFileReader parserFileReader) throws ParserException
include
in interface IParseSessionForMatchMgr
ParserException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |