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. 
 | 
clearLibrarySession getLibrarySession() throws IfsException
IfsExceptionvoid setLibrarySession(LibrarySession session) throws IfsException
IfsExceptionString getName() throws IfsException
IfsExceptionvoid setName(String name) throws IfsException
IfsExceptionParser getParser() throws IfsException
IfsExceptionvoid setParser(Parser parser) throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.