public abstract class BytecodeExpression extends Expression
| Modifier and Type | Field and Description | 
|---|---|
static BytecodeExpression | 
NOP  | 
| Constructor and Description | 
|---|
BytecodeExpression()  | 
BytecodeExpression(ClassNode type)  | 
| 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, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSyntheticcopyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getNodeMetaData, getNodeMetaData, getText, putNodeMetaData, removeNodeMetaData, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setNodeMetaData, setSourcePositionpublic static final BytecodeExpression NOP
public BytecodeExpression()
public BytecodeExpression(ClassNode type)
public void visit(GroovyCodeVisitor visitor)
public abstract void visit(org.objectweb.asm.MethodVisitor mv)
public Expression transformExpression(ExpressionTransformer transformer)
ExpressiontransformExpression in class Expression