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::Method Struct Reference

#include <qv4compilercontext_p.h>

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

Public Types

enum  Type { Regular , Getter , Setter }
 

Public Attributes

uint nameIndex
 
Type type
 
uint functionIndex
 

Detailed Description

Definition at line 58 of file qv4compilercontext_p.h.

Member Enumeration Documentation

◆ Type

Enumerator
Regular 
Getter 
Setter 

Definition at line 59 of file qv4compilercontext_p.h.

Member Data Documentation

◆ functionIndex

uint QV4::Compiler::Class::Method::functionIndex

Definition at line 66 of file qv4compilercontext_p.h.

◆ nameIndex

uint QV4::Compiler::Class::Method::nameIndex

Definition at line 64 of file qv4compilercontext_p.h.

◆ type

Type QV4::Compiler::Class::Method::type

Definition at line 65 of file qv4compilercontext_p.h.


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