public abstract class CodeBlockNode extends BlockNode
| Modifier and Type | Class and Description |
|---|---|
static class |
CodeBlockNode.ArgList |
| Modifier | Constructor and Description |
|---|---|
protected |
CodeBlockNode(String begin,
String end,
String value) |
protected |
CodeBlockNode(String begin,
String end,
String value,
int index,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
formatParamList() |
int |
getArgSize() |
abstract String |
getClientCode(boolean prettyPrint) |
CodeBlockNode.ArgList |
getParamList() |
equals, getBegin, getEnd, getValue, hashCode, setValue, toStringprotected CodeBlockNode(String begin, String end, String value, int index, int line, int column)
public CodeBlockNode.ArgList getParamList()
protected String formatParamList()
public int getArgSize()
public abstract String getClientCode(boolean prettyPrint)
Copyright © 2014. All rights reserved.