momiji

m68k emulator infrastructure

About Source code

Table of contents

MathASTNode

Defined in header <momiji/Parser.h>


MathASTNode() (1)
MathASTNode(Label&& label) (2)
MathASTNode(Number&& num) (3)
MathASTNode(MathOperator&& op) (4)
  1. Default constructor
  2. Initializes the node with a Label
    Parameters:
    • momiji::objects::Label&& label
  3. Initializes the node with a Number
    Parameters:
    • momiji::objects::Number&& num
  4. Initializes the node with an operator
    Parameters:
    • momiji::objects::MathOperator&& op