org.codehaus.groovy.classgen
public abstract class BytecodeExpression extends Expression
| Modifier and Type | Field and Description |
|---|---|
static BytecodeExpression |
NOP |
| Constructor and Description |
|---|
BytecodeExpression() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
transformExpression(ExpressionTransformer transformer)
Return a copy of the expression calling the transformer on any nested expressions
|
void |
visit(GroovyCodeVisitor visitor) |
abstract void |
visit(org.objectweb.asm.MethodVisitor mv) |
getType, setType, transformExpressions, transformExpressionsaddAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, isSynthetic, setDeclaringClass, setSyntheticgetColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getText, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setSourcePositionpublic static BytecodeExpression NOP
public void visit(GroovyCodeVisitor visitor)
public abstract void visit(org.objectweb.asm.MethodVisitor mv)
public Expression transformExpression(ExpressionTransformer transformer)
ExpressiontransformExpression in class Expression