public class WatchItemDescriptor extends EvaluationDescriptor
myTextmyIsNew, myProject, myStoredEvaluationContextLOG, myIsExpanded, myIsSelected, myIsSynthetic, myIsVisible, UNKNOWN_VALUE_MESSAGE| Constructor and Description |
|---|
WatchItemDescriptor(Project project,
TextWithImports text) |
WatchItemDescriptor(Project project,
TextWithImports text,
com.sun.jdi.Value value) |
WatchItemDescriptor(Project project,
TextWithImports text,
com.sun.jdi.Value value,
EvaluationContextImpl evaluationContext) |
| Modifier and Type | Method and Description |
|---|---|
protected PsiCodeFragment |
getEvaluationCode(StackFrameContext context) |
protected EvaluationContextImpl |
getEvaluationContext(EvaluationContextImpl evaluationContext) |
java.lang.String |
getName() |
void |
setEvaluationText(TextWithImports evaluationText) |
void |
setNew() |
calcValue, canSetValue, createCodeFragment, getDescriptorEvaluation, getEvaluationText, getModifier, getModifier, isPrintExceptionToConsolecalcRepresentation, calcValueName, canMark, clear, displayAs, getChildrenRenderer, getDeclaredType, getDeclaredTypeLabel, getFullValueDescriptor, getIdLabel, getIdLabel, getLabel, getLastLabelRenderer, getLastRenderer, getMarkup, getProject, getRenderer, getStoredEvaluationContext, getTreeEvaluation, getValue, getValueIcon, getValueLabel, getValueText, invokeExceptionGetStackTrace, isArray, isDirty, isEnumConstant, isExpandable, isLvalue, isNull, isPrimitive, isShowIdLabel, isString, isValueReady, isValueValid, setAncestor, setContext, setLvalue, setMarkup, setRenderer, setShowIdLabel, setValueIcon, setValueLabel, setValueLabelFailedgetEvaluateException, getMarkupMap, getUserData, putUserData, setFailed, setLabel, toString, updateRepresentation, updateRepresentationNoNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypegetUserData, putUserDatapublic WatchItemDescriptor(Project project, TextWithImports text)
public WatchItemDescriptor(Project project, TextWithImports text, com.sun.jdi.Value value)
public WatchItemDescriptor(Project project, TextWithImports text, com.sun.jdi.Value value, EvaluationContextImpl evaluationContext)
public java.lang.String getName()
getName in interface NodeDescriptorgetName in class NodeDescriptorImplpublic void setNew()
public void setEvaluationText(TextWithImports evaluationText)
protected EvaluationContextImpl getEvaluationContext(EvaluationContextImpl evaluationContext)
getEvaluationContext in class EvaluationDescriptorprotected PsiCodeFragment getEvaluationCode(StackFrameContext context)
getEvaluationCode in class EvaluationDescriptor