SCKTextTypes documentation

Authors

Generated by builder

SCKTextTypes variables

SCKTextTokenTypeComment

EMIT_STRING( SCKTextTokenTypeComment;

Token is a comment.


SCKTextTokenTypeIdentifier

EMIT_STRING( SCKTextTokenTypeIdentifier;

Token is an identifier.


SCKTextTokenTypeKeyword

EMIT_STRING( SCKTextTokenTypeKeyword;

Token is a keyword.


SCKTextTokenTypeLiteral

EMIT_STRING( SCKTextTokenTypeLiteral;

Token is a literal value.


SCKTextTokenTypePunctuation

EMIT_STRING( SCKTextTokenTypePunctuation;

Token is punctuation.


SCKTextTypeDeclRef

EMIT_STRING( SCKTextTypeDeclRef;

A reference to a declaration.


SCKTextTypeDeclaration

EMIT_STRING( SCKTextTypeDeclaration;

A declaration.


SCKTextTypeMacroDefinition

EMIT_STRING( SCKTextTypeMacroDefinition;

Definition of a macro.


SCKTextTypeMacroInstantiation

EMIT_STRING( SCKTextTypeMacroInstantiation;

Instantiation of a macro.


SCKTextTypeMessageSend

EMIT_STRING( SCKTextTypeMessageSend;

A message send expression.


SCKTextTypePreprocessorDirective

EMIT_STRING( SCKTextTypePreprocessorDirective;

A preprocessor directive, such as #import or #include.


SCKTextTypeReference

EMIT_STRING( SCKTextTypeReference;

Reference to a type declared elsewhere.


kSCKDiagnostic

EMIT_STRING( kSCKDiagnostic;

Something is wrong with the text for this range. The value for this attribute is a dictionary describing exactly what.


kSCKDiagnosticSeverity

EMIT_STRING( kSCKDiagnosticSeverity;

The severity of the diagnostic. An NSNumber from 1 (hint) to 5 (fatal error).


kSCKDiagnosticText

EMIT_STRING( kSCKDiagnosticText;

A human-readable string giving the text of the diagnostic, suitable for display.


kSCKTextSemanticType

EMIT_STRING( kSCKTextSemanticType;

The type that semantic analysis records for this


kSCKTextTokenType

EMIT_STRING( kSCKTextTokenType;

The type of the token. This key indicates the type that lexical analysis records for this token.