blockly > ASTNode > (constructeur)
ASTNode.(constructor)
Construit une nouvelle instance de la classe ASTNode
.
Signature :
constructor(type: string, location: IASTNodeLocation, opt_params?: Params);
Paramètres
Paramètre | Type | Description |
---|---|---|
type | chaîne | Type de lieu. Doit se trouver dans ASTNode.types. |
position | IASTNodeLocation | La position dans le fichier AST. |
opt_params | Paramètres | (Facultatif) Dictionnaire d'options facultatif. |