|
org.netbeans.api.debugger.jpda/2 2.27.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.spi.debugger.jpda.Evaluator.Expression<PreprocessedInfo>
public static final class Evaluator.Expression<PreprocessedInfo>
Representation of an expression that is a subject of evaluation.
String expressions are evaluated. But this class allows to attach
a custom preprocessed structure to the expression,
which can be used on subsequent evaluations of the same expression.
Clients can, but does not have to, set a pre-processed object and
during repeated evaluations of the same expression use that
pre-processed object to speed up the evaluation. The preprocessed
object should not be Evaluator.Context-sensitive.
| Constructor Summary | |
|---|---|
Evaluator.Expression(String expression)
Creates a new expression from the string representation. |
|
| Method Summary | |
|---|---|
String |
getExpression()
Get the string representation of this expression. |
PreprocessedInfo |
getPreprocessedObject()
Get the pre-processed object of the string expression. |
void |
setPreprocessedObject(PreprocessedInfo preprocessed)
Set a pre-processed object of the string expression. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Evaluator.Expression(String expression)
expression - The string expression.| Method Detail |
|---|
public String getExpression()
public void setPreprocessedObject(PreprocessedInfo preprocessed)
preprocessed - object holding the information about pre-processed
expressionpublic PreprocessedInfo getPreprocessedObject()
setPreprocessedObject(java.lang.Object) is
returned.
null.
|
org.netbeans.api.debugger.jpda/2 2.27.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||