Phasor 3.3.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
phasor.Value.ValueType Class Reference
Inheritance diagram for phasor.Value.ValueType:
[legend]
Collaboration diagram for phasor.Value.ValueType:
[legend]

Static Public Attributes

int Null = 0
int Bool = 1
int Int = 2
int Float = 3
int String = 4

Detailed Description

Type of a constant-pool :class:`Value`.

Definition at line 14 of file Value.py.

Member Data Documentation

◆ Bool

int phasor.Value.ValueType.Bool = 1
static

Definition at line 17 of file Value.py.

◆ Float

int phasor.Value.ValueType.Float = 3
static

Definition at line 19 of file Value.py.

◆ Int

int phasor.Value.ValueType.Int = 2
static

Definition at line 18 of file Value.py.

◆ Null

int phasor.Value.ValueType.Null = 0
static

Definition at line 16 of file Value.py.

◆ String

int phasor.Value.ValueType.String = 4
static

Definition at line 20 of file Value.py.


The documentation for this class was generated from the following file: