public interface DetermineParserContext extends CommandContext
Modifier and Type | Method and Description |
---|---|
LibrarySession |
getLibrarySession()
Gets the session.
|
String |
getName()
Gets the name.
|
Parser |
getParser()
Gets the returning parser.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setName(String name)
Sets the name.
|
void |
setParser(Parser parser)
Sets the returning parser.
|
clear
LibrarySession getLibrarySession() throws IfsException
IfsException
void setLibrarySession(LibrarySession session) throws IfsException
IfsException
String getName() throws IfsException
IfsException
void setName(String name) throws IfsException
IfsException
Parser getParser() throws IfsException
IfsException
void setParser(Parser parser) throws IfsException
IfsException
Copyright © 2023. All rights reserved.