VariableDeclaration module¶
-
class
Interpreters.Variable.VariableDeclaration.
VariableDeclaration
(token_index: int, token_array=None)¶ Bases:
Interpreters.Expression.Expression
-
current_token
: Tokens.Token.Token¶
-
identifier
()¶ Check the identifier of variable
-
run_glc
()¶ Run the GLC of VariableDeclaration and will return the result and custom logs.
-
var_dec_glc
()¶ Check the GLC of VariableDeclaration and throw a error if something is wrong
-
variable_type
()¶ Check the type of variable
-