|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class repersents a sequence of BytecodeInstructions or ASTNodes. The evaluation is dpeending on the type of the visitor.
Field Summary | |
---|---|
List |
instructions
|
Constructor Summary | |
BytecodeSequence(List instructions)
|
Method Summary | |
---|---|
List |
getInstructions()
|
void |
visit(GroovyCodeVisitor visitor)
|
Constructor Detail |
---|
public BytecodeSequence(List instructions)
Method Detail |
---|
public List getInstructions()
public void visit(GroovyCodeVisitor visitor)