Module de.carne.mcd.jvmdecoder
Interface PrintBuffer.Printer
-
- Enclosing class:
- PrintBuffer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface PrintBuffer.PrinterFunctional interface for defining the actual print output.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprint(java.lang.String token, ClassPrinter out, ClassContext context)Prints a token.
-
-
-
Method Detail
-
print
void print(java.lang.String token, ClassPrinter out, ClassContext context) throws java.io.IOExceptionPrints a token.- Parameters:
token- the token to print.out- the ClassPrinter to print to.context- the ClassContext to use for printing.- Throws:
java.io.IOException- if an I/O error occurs.
-
-