public class CaseNode extends CompoundNode
instructions| Constructor and Description |
|---|
CaseNode(ExpressionNode caseExpr,
TemplatesTree.TextSource source,
int offset,
int endoffset) |
| Modifier and Type | Method and Description |
|---|---|
static void |
add(ArrayList<CaseNode> cases,
Node instruction) |
void |
addInstruction(Node node) |
ExpressionNode |
getExpression() |
emit, getInstructions, setInstructionsgetEndOffset, getInput, getLine, getLocation, getOffset, getResourceName, toStringpublic CaseNode(ExpressionNode caseExpr, TemplatesTree.TextSource source, int offset, int endoffset)
public ExpressionNode getExpression()
public void addInstruction(Node node)
Copyright © 2014. All rights reserved.