org.jsmiparser.parser
Class SmiDefaultParser
java.lang.Object
org.jsmiparser.parser.SmiDefaultParser
- All Implemented Interfaces:
- SmiParser
public class SmiDefaultParser
- extends java.lang.Object
- implements SmiParser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_failOnError
protected boolean m_failOnError
m_problemReporterFactory
protected ProblemReporterFactory m_problemReporterFactory
m_fileParserPhase
protected FileParserPhase m_fileParserPhase
m_xRefPhase
protected XRefPhase m_xRefPhase
m_errorCheckPhase
protected ErrorCheckPhase m_errorCheckPhase
SmiDefaultParser
public SmiDefaultParser()
SmiDefaultParser
public SmiDefaultParser(ProblemEventHandler problemEventHandler)
SmiDefaultParser
public SmiDefaultParser(ProblemReporterFactory problemReporterFactory)
parse
public SmiMib parse()
throws SmiException
- Specified by:
parse
in interface SmiParser
- Throws:
SmiException
createFileParserPhase
protected FileParserPhase createFileParserPhase()
createXRefPhase
protected XRefPhase createXRefPhase()
getProblemEventHandler
public ProblemEventHandler getProblemEventHandler()
getProblemReporterFactory
public ProblemReporterFactory getProblemReporterFactory()
setProblemReporterFactory
public void setProblemReporterFactory(ProblemReporterFactory problemReporterFactory)
getFileParserPhase
public FileParserPhase getFileParserPhase()
setFileParserPhase
public void setFileParserPhase(FileParserPhase fileParserPhase)
getXRefPhase
public XRefPhase getXRefPhase()
setXRefPhase
public void setXRefPhase(XRefPhase xrefPhase)
getErrorCheckPhase
public ErrorCheckPhase getErrorCheckPhase()
setErrorCheckPhase
public void setErrorCheckPhase(ErrorCheckPhase errorCheckPhase)
isFailOnError
public boolean isFailOnError()
setFailOnError
public void setFailOnError(boolean failOnError)
Copyright © 2005-2007 null. All Rights Reserved.