public static class LocalVariableDiscriminator.Context extends java.lang.Object implements PrettyPrinter.IPrettyPrintable
| Modifier and Type | Class and Description |
|---|---|
class |
LocalVariableDiscriminator.Context.Local
Information about a local variable in the LVT, used during
discrimination
|
| Constructor and Description |
|---|
Context(org.spongepowered.asm.lib.Type returnType,
boolean argsOnly,
Target target,
org.spongepowered.asm.lib.tree.AbstractInsnNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
print(PrettyPrinter printer)
Append this objec to specified pretty printer
|
public Context(org.spongepowered.asm.lib.Type returnType,
boolean argsOnly,
Target target,
org.spongepowered.asm.lib.tree.AbstractInsnNode node)
public void print(PrettyPrinter printer)
PrettyPrinter.IPrettyPrintableprint in interface PrettyPrinter.IPrettyPrintableprinter - printer to append to