VarOperation module¶
-
class
Interpreters.Common.VarOperation.
VarOperation
(token_index: int, token_array=None)¶ Bases:
Interpreters.Expression.Expression
-
expr
()¶ Return the node of operation based on term and operation
-
factor
()¶ Gets the factor of operation
-
run_glc
()¶ Run the GLC of VarOperation and will return node based on BinOp and custom logs.
-
term
()¶ Gets the term of operation
-