Uses of Interface
org.eclipse.jdt.internal.eval.EvaluationConstants

Packages that use EvaluationConstants
org.eclipse.jdt.core.tests.eval   
org.eclipse.jdt.internal.eval   
 

Uses of EvaluationConstants in org.eclipse.jdt.core.tests.eval
 

Classes in org.eclipse.jdt.core.tests.eval that implement EvaluationConstants
 class JDIStackFrame
           
 

Uses of EvaluationConstants in org.eclipse.jdt.internal.eval
 

Classes in org.eclipse.jdt.internal.eval that implement EvaluationConstants
 class CodeSnippetAllocationExpression
           
 class CodeSnippetEnvironment
          An environment that wraps the client's name environment.
 class CodeSnippetEvaluator
          A code snippet evaluator compiles and returns class file for a code snippet.
 class CodeSnippetFieldReference
           
 class CodeSnippetMessageSend
           
 class CodeSnippetParser
          A parser for code snippets.
 class CodeSnippetQualifiedNameReference
           
 class CodeSnippetReturnStatement
          A return statement inside a code snippet.
 class CodeSnippetSingleNameReference
          A single name reference inside a code snippet can denote a field of a remote receiver object (that is, the receiver of the context in the stack frame).
 class CodeSnippetSkeleton
          The skeleton of the class 'org.eclipse.jdt.internal.eval.target.CodeSnippet' used at compile time.
 class CodeSnippetSuperReference
          A super reference inside a code snippet denotes a reference to the super type of the remote receiver object (that is, the receiver of the context in the stack frame).
 class CodeSnippetThisReference
          A this reference inside a code snippet denotes a remote receiver object (that is, the receiver of the context in the stack frame)
 class EvaluationContext
           
 class VariablesEvaluator
          A variables evaluator compiles the global variables of an evaluation context and returns the corresponding class files.