Interface Visitor
-
- All Known Implementing Classes:
BaseVisitor
,ByteVisitor
,ExtractConstantValues
,LineNumberTargetCollector
,MergeLines
,PrettyPrintVisitor
,PrintVisitor
,ReassignmentVisitor
,RemoveEmptyStatements
,RemoveRemStatements
,Renumber
,ShortenVariableNames
,VariableCollectorVisitor
,VariableReportVisitor
public interface Visitor
The Visitor interface allows some flexibility in what can be done with the AppleSoft BASIC program code.- See Also:
Visitors