navigation

AstNode

Namespace: FSharpLint.Framework
Parent Module: Ast
Assembly: FSharpLint.Core
Attributes: NoEqualityAttribute
NoComparisonAttribute

Name Description
Instance Members
IsConstructorArguments

Signature: this.IsConstructorArguments
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsTypeParameter

Signature: this.IsTypeParameter
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsInterfaceImplementation

Signature: this.IsInterfaceImplementation
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsMatch

Signature: this.IsMatch
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsIdentifier

Signature: this.IsIdentifier
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsLambdaBody

Signature: this.IsLambdaBody
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsTypeSimpleRepresentation

Signature: this.IsTypeSimpleRepresentation
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsType

Signature: this.IsType
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsField

Signature: this.IsField
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsElse

Signature: this.IsElse
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsTypeDefinition

Signature: this.IsTypeDefinition
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsComponentInfo

Signature: this.IsComponentInfo
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsExpression

Signature: this.IsExpression
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsFile

Signature: this.IsFile
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsTypeRepresentation

Signature: this.IsTypeRepresentation
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsSimplePatterns

Signature: this.IsSimplePatterns
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsUnionCase

Signature: this.IsUnionCase
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsMemberDefinition

Signature: this.IsMemberDefinition
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsModuleDeclaration

Signature: this.IsModuleDeclaration
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsModuleOrNamespace

Signature: this.IsModuleOrNamespace
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsSimplePattern

Signature: this.IsSimplePattern
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsLambdaArg

Signature: this.IsLambdaArg
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsPattern

Signature: this.IsPattern
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsBinding

Signature: this.IsBinding
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsEnumCase

Signature: this.IsEnumCase
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
IsExceptionRepresentation

Signature: this.IsExceptionRepresentation
Attributes: CompilerGeneratedAttribute DebuggerNonUserCodeAttribute DebuggerNonUserCodeAttribute
Union Cases
Expression

Signature: Expression SynExpr
Pattern

Signature: Pattern SynPat
SimplePattern

Signature: SimplePattern SynSimplePat
SimplePatterns

Signature: SimplePatterns SynSimplePats
ModuleOrNamespace

Signature: ModuleOrNamespace SynModuleOrNamespace
ModuleDeclaration

Signature: ModuleDeclaration SynModuleDecl
Binding

Signature: Binding SynBinding
TypeDefinition

Signature: TypeDefinition SynTypeDefn
MemberDefinition

Signature: MemberDefinition SynMemberDefn
ComponentInfo

Signature: ComponentInfo SynComponentInfo
ExceptionRepresentation

Signature: ExceptionRepresentation SynExceptionDefnRepr
UnionCase

Signature: UnionCase SynUnionCase
EnumCase

Signature: EnumCase SynEnumCase
TypeRepresentation

Signature: TypeRepresentation SynTypeDefnRepr
TypeSimpleRepresentation

Signature: TypeSimpleRepresentation SynTypeDefnSimpleRepr
Type

Signature: Type SynType
Field

Signature: Field SynField
Match

Signature: Match SynMatchClause
ConstructorArguments

Signature: ConstructorArguments SynArgPats
TypeParameter

Signature: TypeParameter SynTypar
InterfaceImplementation

Signature: InterfaceImplementation SynInterfaceImpl
Identifier

Signature: Identifier(string list, range)
File

Signature: File ParsedInput
LambdaBody

Signature: LambdaBody SynExpr
LambdaArg

Signature: LambdaArg SynSimplePats
Else

Signature: Else SynExpr