org.codehaus.groovy.classgen
Class BytecodeExpression
java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.AnnotatedNode
org.codehaus.groovy.ast.expr.Expression
org.codehaus.groovy.classgen.BytecodeExpression
public abstract class BytecodeExpression
- extends Expression
Represents some custom bytecode generation by the compiler
- Version:
- $Revision: 10003 $
- Author:
- James Strachan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOP
public static BytecodeExpression NOP
BytecodeExpression
public BytecodeExpression()
visit
public void visit(GroovyCodeVisitor visitor)
- Overrides:
visit
in class ASTNode
visit
public abstract void visit(org.objectweb.asm.MethodVisitor mv)
transformExpression
public Expression transformExpression(ExpressionTransformer transformer)
- Description copied from class:
Expression
- Return a copy of the expression calling the transformer on any nested expressions
- Specified by:
transformExpression
in class Expression