src/eric7/ThirdParty/Jasy/jasy/script/parse/Node.py

branch
eric7
changeset 9955
aa02420279fe
parent 9954
7c5fa3eef082
child 9956
5b138f996a1e
diff -r 7c5fa3eef082 -r aa02420279fe src/eric7/ThirdParty/Jasy/jasy/script/parse/Node.py
--- a/src/eric7/ThirdParty/Jasy/jasy/script/parse/Node.py	Fri Mar 31 13:39:51 2023 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-#
-# Jasy - Web Tooling Framework
-# Copyright 2013-2014 Sebastian Werner
-#
-
-from __future__ import unicode_literals
-
-import jasy.parse.AbstractNode as AbstractNode
-
-class Node(AbstractNode.AbstractNode):
-
-    __slots__ = [
-        # core data
-        "line", "type", "tokenizer", "start", "end", "rel", "parent",
-
-        # dynamic added data by other modules
-        "comments", "scope",
-
-        # node type specific
-        "value", "expression", "body", "functionForm", "parenthesized", "fileId", "params",
-        "name", "readOnly", "initializer", "condition", "isLoop", "isEach", "object", "assignOp",
-        "iterator", "thenPart", "exception", "elsePart", "setup", "postfix", "update", "tryBlock",
-        "block", "defaultIndex", "discriminant", "label", "statements", "finallyBlock",
-        "statement", "variables", "names", "guard", "for", "tail", "expressionClosure"
-    ]
-

eric ide

mercurial