Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QV4::Compiler::Class Struct Reference

#include <qv4compilercontext_p.h>

+ Collaboration diagram for QV4::Compiler::Class:

Classes

struct  Method
 

Public Attributes

uint nameIndex
 
uint constructorIndex = UINT_MAX
 
QVector< MethodstaticMethods
 
QVector< Methodmethods
 

Detailed Description

Definition at line 57 of file qv4compilercontext_p.h.

Member Data Documentation

◆ constructorIndex

uint QV4::Compiler::Class::constructorIndex = UINT_MAX

Definition at line 70 of file qv4compilercontext_p.h.

◆ methods

QVector<Method> QV4::Compiler::Class::methods

Definition at line 72 of file qv4compilercontext_p.h.

◆ nameIndex

uint QV4::Compiler::Class::nameIndex

Definition at line 69 of file qv4compilercontext_p.h.

Referenced by QV4::Compiler::Codegen::visit().

◆ staticMethods

QVector<Method> QV4::Compiler::Class::staticMethods

Definition at line 71 of file qv4compilercontext_p.h.


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