[Java] Class BytecodeExpression

  • org.codehaus.groovy.classgen.BytecodeExpression

Represents some custom bytecode generation by the compiler

Authors:
James Strachan

Field Detail

public static final BytecodeExpression NOP

Constructor Detail

public BytecodeExpression()

public BytecodeExpression(ClassNode type)

Method Detail

public Expression transformExpression(ExpressionTransformer transformer)

public void visit(GroovyCodeVisitor visitor)

public void visit(org.objectweb.asm.MethodVisitor mv)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/classgen/BytecodeExpression.html