public interface StandardExample
A standard example with show (example output) and source (example code as quine).
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns a short description for the example
|
StrBuilder |
getSource()
Returns the original source code of the example.
|
void |
showOutput()
Shows the output of the example.
|
String getDescription()
Returns a short description for the example
void showOutput()
Shows the output of the example.
StrBuilder getSource()
Returns the original source code of the example.
Copyright © 2016–2017. All rights reserved.