|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProjectElementNode
A node representing an evaluated element, part of a project.
This interface is not intended to be implemented by clients.
| Method Summary | |
|---|---|
int |
getArgumentCount()
Returns the number of arguments of the element call. |
List<DebugVariable> |
getArguments()
Returns the arguments of the element call. |
DebugValue |
getResult()
Returns a description of the evaluation result. |
| Methods inherited from interface com.sodius.mdw.core.eval.debug.DebugNode |
|---|
getChildren, getFailure, getHierarchy, getParent, isFailed, isLeaf, isRoot |
| Method Detail |
|---|
int getArgumentCount()
List<DebugVariable> getArguments()
DebugVariable elements.DebugVariableDebugValue getResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||