|
Groovy 2.2.0 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.groovy.transform.stc.Receiver
public class Receiver extends Object
| Constructor Summary | |
Receiver(ClassNode type)
|
|
Receiver(ClassNode type, Object data)
|
|
| Method Summary | |
|---|---|
Object
|
getData()
|
ClassNode
|
getType()
|
static Receiver
|
make(ClassNode type)
|
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
public Receiver(ClassNode type)
public Receiver(ClassNode type, Object data)
| Method Detail |
|---|
public Object getData()
public ClassNode getType()
public static Receiver make(ClassNode type)
@Override public String toString()
Copyright © 2003-2013 The Codehaus. All rights reserved.