|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.eval.Evaluator
org.aspectj.org.eclipse.jdt.internal.eval.VariablesEvaluator
public class VariablesEvaluator
A variables evaluator compiles the global variables of an evaluation context and returns the corresponding class files. Or it reports problems against these variables.
| Field Summary |
|---|
| Fields inherited from interface org.aspectj.org.eclipse.jdt.internal.eval.EvaluationConstants |
|---|
CODE_SNIPPET_CLASS_NAME_PREFIX, CODE_SNIPPET_NAME, DELEGATE_THIS, GLOBAL_VARS_CLASS_NAME_PREFIX, LOCAL_VAR_PREFIX, PACKAGE_NAME, RESULT_TYPE_FIELD, RESULT_VALUE_FIELD, ROOT_CLASS_NAME, ROOT_COMPOUND_NAME, ROOT_FULL_CLASS_NAME, RUN_METHOD, SETRESULT_ARGUMENTS, SETRESULT_SELECTOR |
| Method Summary | |
|---|---|
protected void |
addEvaluationResultForCompilationProblem(java.util.Map resultsByIDs,
CategorizedProblem problem,
char[] cuSource)
Adds the given problem to the corresponding evaluation result in the given table. |
protected char[] |
getClassName()
Returns the name of the current class. |
protected char[] |
getPackageName()
Returns the name of package of the current compilation unit. |
protected char[] |
getSource()
Builds and returns the source for the current compilation unit. |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.eval.Evaluator |
|---|
evaluationResultsForCompilationProblems |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected void addEvaluationResultForCompilationProblem(java.util.Map resultsByIDs,
CategorizedProblem problem,
char[] cuSource)
Evaluator
addEvaluationResultForCompilationProblem in class EvaluatorEvaluatorprotected char[] getClassName()
Evaluator
getClassName in class EvaluatorEvaluatorprotected char[] getPackageName()
protected char[] getSource()
Evaluator
getSource in class EvaluatorEvaluator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||