public class Receiver<T> extends Object
Receiver(ClassNode type)
Receiver(ClassNode type, T data)
Receiver(ClassNode type, boolean object, T data)
public T
getData()
public ClassNode
getType()
public boolean
isObject()
<T>
public static Receiver<T>
make(ClassNode type)
public final String
toString()
class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
Indicates if receiver is an object instance or a class (static) reference.
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.