public interface TtfInstructionVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(ElseInstruction instruction) |
void |
visit(EndFunctionInstruction instruction) |
void |
visit(EndIfInstruction instruction) |
void |
visit(FunctionDefInstruction instruction) |
void |
visit(IfInstruction instruction) |
void |
visitGeneric(TtfInstruction instruction) |
void visitGeneric(TtfInstruction instruction) throws IOException
IOExceptionvoid visit(IfInstruction instruction) throws IOException
IOExceptionvoid visit(ElseInstruction instruction) throws IOException
IOExceptionvoid visit(EndIfInstruction instruction) throws IOException
IOExceptionvoid visit(FunctionDefInstruction instruction) throws IOException
IOExceptionvoid visit(EndFunctionInstruction instruction) throws IOException
IOExceptionCopyright © 2018. All rights reserved.