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