public class IndentSSAWriter<T extends PrintWriter> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
indent |
protected BytecodeLinkerContext |
linkerContext |
protected CompileOptions |
options |
protected Program |
program |
protected T |
writer |
| Constructor and Description |
|---|
IndentSSAWriter(CompileOptions aOptions,
Program aProgram,
String aIndent,
T aWriter,
BytecodeLinkerContext aLinkerContext) |
protected final Program program
protected final BytecodeLinkerContext linkerContext
protected final String indent
protected final T extends PrintWriter writer
protected final CompileOptions options
public IndentSSAWriter(CompileOptions aOptions, Program aProgram, String aIndent, T aWriter, BytecodeLinkerContext aLinkerContext)
public void print(String s)
public void println()
public void println(String s)
public void print(byte b)
public void print(short s)
public void print(int i)
public void print(long l)
public void print(float f)
public void print(double d)
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.