webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
JSC::SyntaxChecker::Property Struct Reference

#include <SyntaxChecker.h>

Public Member Functions

ALWAYS_INLINE Property (void *=0)
 
ALWAYS_INLINE Property (const Identifier *ident, PropertyNode::Type ty)
 
ALWAYS_INLINE Property (PropertyNode::Type ty)
 
ALWAYS_INLINE bool operator! ()
 
ALWAYS_INLINE Property (void *=0)
 
ALWAYS_INLINE Property (const Identifier *ident, PropertyNode::Type ty)
 
ALWAYS_INLINE Property (PropertyNode::Type ty)
 
ALWAYS_INLINE bool operator! ()
 

Public Attributes

const Identifiername
 
PropertyNode::Type type
 

Constructor & Destructor Documentation

◆ Property() [1/6]

ALWAYS_INLINE JSC::SyntaxChecker::Property::Property ( void = 0)
inline

◆ Property() [2/6]

ALWAYS_INLINE JSC::SyntaxChecker::Property::Property ( const Identifier ident,
PropertyNode::Type  ty 
)
inline

◆ Property() [3/6]

ALWAYS_INLINE JSC::SyntaxChecker::Property::Property ( PropertyNode::Type  ty)
inline

◆ Property() [4/6]

ALWAYS_INLINE JSC::SyntaxChecker::Property::Property ( void = 0)
inline

◆ Property() [5/6]

ALWAYS_INLINE JSC::SyntaxChecker::Property::Property ( const Identifier ident,
PropertyNode::Type  ty 
)
inline

◆ Property() [6/6]

ALWAYS_INLINE JSC::SyntaxChecker::Property::Property ( PropertyNode::Type  ty)
inline

Member Function Documentation

◆ operator!() [1/2]

ALWAYS_INLINE bool JSC::SyntaxChecker::Property::operator! ( )
inline

◆ operator!() [2/2]

ALWAYS_INLINE bool JSC::SyntaxChecker::Property::operator! ( )
inline

Member Data Documentation

◆ name

const Identifier * JSC::SyntaxChecker::Property::name

◆ type

PropertyNode::Type JSC::SyntaxChecker::Property::type

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