Static Public Attributes | List of all members
NodeClass Class Reference

Describes the type of a node. More...

Inherits object.

Static Public Attributes

int Method = 4
 Method node. More...
 
int Object = 1
 Object node. More...
 
int ObjectType = 8
 Object type node. More...
 
int Variable = 2
 Variable node. More...
 
int VariableType = 16
 Variable type node. More...
 

Detailed Description

Describes the type of a node.

Member Data Documentation

◆ Method

int Method = 4
static

Method node.

◆ Object

int Object = 1
static

Object node.

◆ ObjectType

int ObjectType = 8
static

Object type node.

◆ Variable

int Variable = 2
static

Variable node.

◆ VariableType

int VariableType = 16
static

Variable type node.