public class SourceDump extends Object
| Constructor and Description |
|---|
SourceDump() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dump(AssignVar avar) |
protected void |
dump(Block bval) |
protected void |
dump(ConstString constval) |
protected void |
dump(ConstValue constval) |
protected void |
dump(FunctionCall fcall) |
protected void |
dump(LambdaCall lc) |
protected void |
dump(ReadVar rval) |
protected void |
dump(Sequence sval) |
protected void |
dump(TypeCastValue tc) |
void |
dump(Value val) |
protected String |
getIndent() |
Memory |
getMemory() |
void |
output(Writer writer) |
void |
setMemory(Memory memory) |
protected String getIndent()
public void output(Writer writer)
public void dump(Value val)
public Memory getMemory()
public void setMemory(Memory memory)
protected void dump(LambdaCall lc)
protected void dump(ReadVar rval)
protected void dump(Block bval)
protected void dump(AssignVar avar)
protected void dump(Sequence sval)
protected void dump(ConstString constval)
protected void dump(ConstValue constval)
protected void dump(TypeCastValue tc)
protected void dump(FunctionCall fcall)
Copyright © 2017. All rights reserved.