public class BytecodeSequence extends Statement
BytecodeInstruction, 
ASTNode| Constructor and Description | 
|---|
BytecodeSequence(BytecodeInstruction instruction)  | 
BytecodeSequence(List instructions)  | 
| Modifier and Type | Method and Description | 
|---|---|
List | 
getInstructions()  | 
void | 
visit(GroovyCodeVisitor visitor)
Delegates to the visit method used for this class. 
 | 
getStatementLabel, isEmpty, setStatementLabelcopyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getNodeMetaData, getText, removeNodeMetaData, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setNodeMetaData, setSourcePositionpublic BytecodeSequence(List instructions)
public BytecodeSequence(BytecodeInstruction instruction)
public void visit(GroovyCodeVisitor visitor)
ClassGenerator.visitBytecodeSequence(BytecodeSequence)
 is called with this instance. If the visitor is no 
 ClassGenerator, then this method will call visit on
 each ASTNode element sotred by this class. If one 
 element is a BytecodeInstruction, then it will be skipped
 as it is no ASTNode.visit in class ASTNodevisitor - the visitorClassGeneratorpublic List getInstructions()