blockly > IASTNodeLocationWithBlock
Schnittstelle IASTNodeLocationWithBlock
Ein Standort eines AST-Knotens mit einem verknüpften Block.
Unterschrift:
export interface IASTNodeLocationWithBlock extends IASTNodeLocation
Erweitert: IASTNodeLocation
Methoden
Method | Beschreibung |
---|---|
getSourceBlock() | Ruft den mit diesem Knoten verknüpften Quellblock ab. |