gnu.jbrowser
Interface JBrowseParser
- All Known Implementing Classes:
- JBrowseLineParser
public interface JBrowseParser
The interface that all JBrowse parsers must implement, independent of how
they obtain their data and the type of source that parser analyzes.
MISSING_LABEL
static final java.lang.String MISSING_LABEL
- See Also:
- Constant Field Values
parse
JBrowseParser.Results parse()
- The method that preforms the actual parsing. This is the method which builds
the tree model that reflects the heirarchical structure of the Java code that
the parser has been configured to analyze.
setOptions
void setOptions(Options options)
getSourceName
java.lang.String getSourceName()
setRootNode
void setRootNode(gnu.jbrowser.UMLTree.Node root)
isReady
boolean isReady()
Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.