Class AbstractAnalyzer<T extends AnalysisResult>

java.lang.Object
com.scriptbasic.syntax.AbstractAnalyzer<T>
All Implemented Interfaces:
Analyzer<T>
Direct Known Subclasses:
AbstractCommandAnalyzer, AbstractExpressionAnalyzer, BasicTagAnalyzer

public abstract class AbstractAnalyzer<T extends AnalysisResult>
extends java.lang.Object
implements Analyzer<T>
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractAnalyzer()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.scriptbasic.interfaces.Analyzer

    analyze