mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Updated comment.
This commit is contained in:
parent
9109854953
commit
31838d1360
1 changed files with 4 additions and 3 deletions
|
@ -108,9 +108,10 @@ abstract public class AbstractDMVMNode extends AbstractVMNode implements IVMNode
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Concrete class type that the elements of this schema node are based on.
|
* Concrete class type that the elements of this schema node are based on.
|
||||||
* Even though the data model type is a parameter the DMContextVMLayoutNode,
|
* This type is used by the standard event processing logic to find the
|
||||||
* this type is erased at runtime, so a concrete class typs of the DMC
|
* element in the event which is managed by this VM node.
|
||||||
* is needed for instanceof chacks.
|
*
|
||||||
|
* @see #getContextsForEvent(VMDelta, Object, DataRequestMonitor)
|
||||||
*/
|
*/
|
||||||
private Class<? extends IDMContext> fDMCClassType;
|
private Class<? extends IDMContext> fDMCClassType;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue