|
Groovy 1.7.5 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.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
| Field Summary | |
|---|---|
static BytecodeExpression |
NOP
|
| Constructor Summary | |
BytecodeExpression()
|
|
| Method Summary | |
|---|---|
Expression
|
transformExpression(ExpressionTransformer transformer)
|
void
|
visit(GroovyCodeVisitor visitor)
|
void
|
visit(org.objectweb.asm.MethodVisitor mv)
|
| Methods inherited from class Expression | |
|---|---|
| getType, setType, transformExpression, transformExpressions, transformExpressions |
| Methods inherited from class AnnotatedNode | |
|---|---|
| addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic |
| Methods inherited from class ASTNode | |
|---|---|
| getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getText, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setSourcePosition, visit |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
| Field Detail |
|---|
public static final BytecodeExpression NOP
| Constructor Detail |
|---|
public BytecodeExpression()
| Method Detail |
|---|
public Expression transformExpression(ExpressionTransformer transformer)
public void visit(GroovyCodeVisitor visitor)
public void visit(org.objectweb.asm.MethodVisitor mv)
Copyright © 2003-2010 The Codehaus. All rights reserved.