- valueOf(String) - Static method in enum io.github.applecommander.bastokenizer.api.model.ApplesoftKeyword
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.applecommander.bastokenizer.api.model.Token.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.applecommander.bastokenizer.api.Optimization
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.github.applecommander.bastokenizer.api.model.ApplesoftKeyword
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.applecommander.bastokenizer.api.model.Token.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.applecommander.bastokenizer.api.Optimization
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VariableReportVisitor - Class in io.github.applecommander.bastokenizer.api.visitors
-
- VariableReportVisitor() - Constructor for class io.github.applecommander.bastokenizer.api.visitors.VariableReportVisitor
-
- variableReportVisitor() - Static method in class io.github.applecommander.bastokenizer.api.Visitors
-
- visit(Program) - Method in class io.github.applecommander.bastokenizer.api.optimizations.BaseVisitor
-
- visit(Line) - Method in class io.github.applecommander.bastokenizer.api.optimizations.BaseVisitor
-
- visit(Statement) - Method in class io.github.applecommander.bastokenizer.api.optimizations.BaseVisitor
-
- visit(Token) - Method in class io.github.applecommander.bastokenizer.api.optimizations.BaseVisitor
-
- visit(Program) - Method in class io.github.applecommander.bastokenizer.api.optimizations.MergeLines
-
- visit(Line) - Method in class io.github.applecommander.bastokenizer.api.optimizations.MergeLines
-
- visit(Statement) - Method in class io.github.applecommander.bastokenizer.api.optimizations.RemoveEmptyStatements
-
- visit(Statement) - Method in class io.github.applecommander.bastokenizer.api.optimizations.RemoveRemStatements
-
- visit(Line) - Method in class io.github.applecommander.bastokenizer.api.optimizations.Renumber
-
- visit(Program) - Method in interface io.github.applecommander.bastokenizer.api.Visitor
-
- visit(Line) - Method in interface io.github.applecommander.bastokenizer.api.Visitor
-
- visit(Statement) - Method in interface io.github.applecommander.bastokenizer.api.Visitor
-
- visit(Token) - Method in interface io.github.applecommander.bastokenizer.api.Visitor
-
- visit(Program) - Method in class io.github.applecommander.bastokenizer.api.visitors.ByteVisitor
-
- visit(Line) - Method in class io.github.applecommander.bastokenizer.api.visitors.ByteVisitor
-
- visit(Token) - Method in class io.github.applecommander.bastokenizer.api.visitors.ByteVisitor
-
- visit(Statement) - Method in class io.github.applecommander.bastokenizer.api.visitors.LineNumberTargetCollector
-
We saw a trigger, collect any numbers that follow.
- visit(Line) - Method in class io.github.applecommander.bastokenizer.api.visitors.PrettyPrintVisitor
-
- visit(Token) - Method in class io.github.applecommander.bastokenizer.api.visitors.PrettyPrintVisitor
-
- visit(Line) - Method in class io.github.applecommander.bastokenizer.api.visitors.PrintVisitor
-
- visit(Token) - Method in class io.github.applecommander.bastokenizer.api.visitors.PrintVisitor
-
- visit(Program) - Method in class io.github.applecommander.bastokenizer.api.visitors.ReassignmentVisitor
-
- visit(Line) - Method in class io.github.applecommander.bastokenizer.api.visitors.ReassignmentVisitor
-
- visit(Statement) - Method in class io.github.applecommander.bastokenizer.api.visitors.ReassignmentVisitor
-
We saw a trigger, reassign any numbers that follow.
- visit(Program) - Method in class io.github.applecommander.bastokenizer.api.visitors.VariableReportVisitor
-
- visit(Line) - Method in class io.github.applecommander.bastokenizer.api.visitors.VariableReportVisitor
-
- visit(Token) - Method in class io.github.applecommander.bastokenizer.api.visitors.VariableReportVisitor
-
- Visitor - Interface in io.github.applecommander.bastokenizer.api
-
The Visitor interface allows some flexibility in what can be done with the
AppleSoft BASIC program code.
- Visitors - Class in io.github.applecommander.bastokenizer.api
-
This class presents all of the common Visitor implementations via builder patterns.
- Visitors() - Constructor for class io.github.applecommander.bastokenizer.api.Visitors
-
- Visitors.PrintBuilder - Class in io.github.applecommander.bastokenizer.api
-