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.


Nested Class Summary
static interface JBrowseParser.LineSource
           
static class JBrowseParser.Results
           
 
Field Summary
static java.lang.String MISSING_LABEL
           
 
Method Summary
 java.lang.String getSourceName()
           
 boolean isReady()
           
 JBrowseParser.Results parse()
          The method that preforms the actual parsing.
 void setOptions(Options options)
           
 void setRootNode(gnu.jbrowser.UMLTree.Node root)
           
 

Field Detail

MISSING_LABEL

static final java.lang.String MISSING_LABEL
See Also:
Constant Field Values
Method Detail

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.