Search Results for

    Show / Hide Table of Contents

    Enum SyntaxKind

    Namespace: Loretta.CodeAnalysis.Lua
    Assembly: Loretta.CodeAnalysis.Lua.dll
    Syntax
    public enum SyntaxKind : ushort

    Fields

    Name Description
    AddAssignmentStatement
    AddExpression
    AmpersandAmpersandToken

    Represents the && token.

    AmpersandToken

    Represents the & token.

    AndKeyword

    Represents the langword_csharp_and keyword.

    AnonymousFunctionExpression
    ArrayType
    AssignmentStatement
    BacktickToken

    Represents the ` token.

    BadToken
    BangEqualsToken

    Represents the != token.

    BangToken

    Represents the ! token.

    BitwiseAndExpression
    BitwiseNotExpression
    BitwiseOrExpression
    BreakKeyword

    Represents the langword_csharp_break keyword.

    BreakStatement
    CloseBraceToken

    Represents the } token.

    CloseBracketToken

    Represents the ] token.

    CloseParenthesisToken

    Represents the ) token.

    ColonColonToken

    Represents the :: token.

    ColonToken

    Represents the : token.

    CommaToken

    Represents the , token.

    CompilationUnit
    CompositeTypeName
    ConcatAssignmentStatement
    ConcatExpression
    ContinueKeyword

    Represents the langword_csharp_continue keyword.

    ContinueStatement
    DivideAssignmentStatement
    DivideExpression
    DoKeyword

    Represents the langword_csharp_do keyword.

    DoStatement
    DotDotDotToken

    Represents the ... token.

    DotDotEqualsToken

    Represents the ..= token.

    DotDotToken

    Represents the .. token.

    DotToken

    Represents the . token.

    ElementAccessExpression
    ElseClause
    ElseIfClause
    ElseIfExpressionClause
    ElseIfKeyword

    Represents the langword_csharp_elseif keyword.

    ElseKeyword

    Represents the langword_csharp_else keyword.

    EmptyStatement
    EndKeyword

    Represents the langword_csharp_end keyword.

    EndOfFileToken
    EndOfLineTrivia
    EqualsEqualsToken

    Represents the == token.

    EqualsExpression
    EqualsToken

    Represents the = token.

    EqualsType
    EqualsValuesClause
    ExclusiveOrExpression
    ExponentiateAssignmentStatement
    ExponentiateExpression
    ExportKeyword

    Represents the langword_csharp_export keyword.

    ExpressionKeyedTableField
    ExpressionListFunctionArgument
    ExpressionStatement
    FalseKeyword

    Represents the false keyword.

    FalseLiteralExpression
    FalseType
    FloorDivideExpression
    ForKeyword

    Represents the langword_csharp_for keyword.

    FunctionCallExpression
    FunctionDeclarationStatement
    FunctionKeyword

    Represents the langword_csharp_function keyword.

    FunctionType
    FunctionTypeParameter
    GenericForStatement
    GenericTypePack
    GotoKeyword

    Represents the langword_csharp_goto keyword.

    GotoLabelStatement
    GotoStatement
    GreaterThanEqualsToken

    Represents the >= token.

    GreaterThanExpression
    GreaterThanGreaterThanToken

    Represents the >> token.

    GreaterThanOrEqualExpression
    GreaterThanToken

    Represents the > token.

    HashStringLiteralExpression
    HashStringLiteralToken
    HashToken

    Represents the # token.

    HatEqualsToken

    Represents the ^= token.

    HatToken

    Represents the ^ token.

    IdentifierKeyedTableField
    IdentifierName
    IdentifierToken
    IfExpression
    IfKeyword

    Represents the langword_csharp_if keyword.

    IfStatement
    InKeyword

    Represents the langword_csharp_in keyword.

    InterpolatedStringExpression
    InterpolatedStringText
    InterpolatedStringTextToken
    InterpolatedStringToken

    Represents an interpolated string token.

    Interpolation
    IntersectionType
    LeftShiftExpression
    LengthExpression
    LessThanEqualsToken

    Represents the <= token.

    LessThanExpression
    LessThanLessThanToken

    Represents the << token.

    LessThanOrEqualExpression
    LessThanToken

    Represents the < token.

    List
    LocalDeclarationName
    LocalFunctionDeclarationStatement
    LocalKeyword

    Represents the langword_csharp_local keyword.

    LocalVariableDeclarationStatement
    LogicalAndExpression
    LogicalNotExpression
    LogicalOrExpression
    MemberAccessExpression
    MemberFunctionName
    MethodCallExpression
    MethodFunctionName
    MinusEqualsToken

    Represents the -= token.

    MinusGreaterThanToken

    Represents the -> token.

    MinusToken

    Represents the - token.

    ModuloAssignmentStatement
    ModuloExpression
    MultiLineCommentTrivia
    MultiplyAssignmentStatement
    MultiplyExpression
    NamedParameter
    NilableType
    NilKeyword

    Represents the langword_csharp_nil keyword.

    NilLiteralExpression
    NilType
    None
    NotEqualsExpression
    NotKeyword

    Represents the langword_csharp_not keyword.

    NumericalLiteralExpression
    NumericForStatement
    NumericLiteralToken
    OpenBraceToken

    Represents the { token.

    OpenBracketToken

    Represents the [ token.

    OpenParenthesisToken

    Represents the ( token.

    OrKeyword

    Represents the langword_csharp_or keyword.

    ParameterList
    ParenthesizedExpression
    ParenthesizedType
    PercentEqualsToken

    Represents the %= token.

    PercentToken

    Represents the % token.

    PipePipeToken

    Represents the || token.

    PipeToken

    Represents the | token.

    PlusEqualsToken

    Represents the += token.

    PlusToken

    Represents the + token.

    QuestionToken

    Represents the ? token.

    RepeatKeyword

    Represents the langword_csharp_repeat keyword.

    RepeatUntilStatement
    ReturnKeyword

    Represents the langword_csharp_return keyword.

    ReturnStatement
    RightShiftExpression
    SemicolonToken

    Represents the ; token.

    ShebangTrivia
    SimpleFunctionName
    SimpleTypeName
    SingleLineCommentTrivia
    SkippedTokensTrivia
    SlashEqualsToken

    Represents the /= token.

    SlashSlashToken

    Represents the // token.

    SlashToken

    Represents the / token.

    StarEqualsToken

    Represents the *= token.

    StarToken

    Represents the * token.

    StatementList
    StringFunctionArgument
    StringLiteralExpression
    StringLiteralToken
    StringType
    SubtractAssignmentStatement
    SubtractExpression
    TableConstructorExpression
    TableConstructorFunctionArgument
    TableType
    TableTypeIndexer
    TableTypeProperty
    ThenKeyword

    Represents the langword_csharp_then keyword.

    TildeEqualsToken

    Represents the ~= token.

    TildeToken

    Represents the ~ token.

    TrueKeyword

    Represents the true keyword.

    TrueLiteralExpression
    TrueType
    TypeArgumentList
    TypeBinding
    TypeCastExpression
    TypeDeclarationStatement
    TypedIdentifierName
    TypeKeyword

    Represents the langword_csharp_type keyword.

    TypeofKeyword

    Represents the langword_csharp_typeof keyword.

    TypeofType
    TypePack
    TypeParameter
    TypeParameterList
    UnaryMinusExpression
    UnionType
    UnkeyedTableField
    UntilKeyword

    Represents the langword_csharp_util keyword.

    VarArgExpression
    VarArgParameter
    VariableAttribute
    VariadicTypePack
    WhileKeyword

    Represents the langword_csharp_while keyword.

    WhileStatement
    WhitespaceTrivia
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top

    Copyright (c) LorettaDevs

    Generated by DocFX

    ☀
    ☾