public abstract class ReferenceRenderer extends TypeRenderer
myProperties
Modifier | Constructor and Description |
---|---|
protected |
ReferenceRenderer() |
protected |
ReferenceRenderer(java.lang.String className) |
Modifier and Type | Method and Description |
---|---|
boolean |
isApplicable(com.sun.jdi.Type type)
Checks whether this renderer is applicable to this value
|
clone, createCachedEvaluator, getClassName, readExternal, setClassName, writeExternal
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getUniqueId
protected ReferenceRenderer()
protected ReferenceRenderer(java.lang.String className)
public boolean isApplicable(com.sun.jdi.Type type)
Renderer
isApplicable
in interface Renderer
isApplicable
in class TypeRenderer