Click or drag to resize

IndexerDecl Properties

The IndexerDecl type exposes the following members.

Properties
  NameDescription
Public property_AsString
This property is just to make debugging easier.
(Inherited from CodeObject.)
Public propertyAnnotations
Annotations (comments, attributes, directives, messages) associated with the current code object.
(Inherited from CodeObject.)
Public propertyBody
The Block body.
(Inherited from BlockStatement.)
Public propertyCategory
The descriptive category of the code object.
(Overrides PropertyDeclBaseCategory.)
Public propertyColumnNumber
The column number associated with the CodeObject (if any, 0 if none).
(Inherited from CodeObject.)
Public propertyComment
The comment for the code object (if any).
(Inherited from CodeObject.)
Public propertyDeclaringType
Get the declaring TypeDecl.
(Inherited from PropertyDeclBase.)
Public propertyDocComment
The documentation comment for the code object (if any).
(Inherited from CodeObject.)
Public propertyEOLComment
The End-Of-Line comment for the code object (if any).
(Inherited from CodeObject.)
Public propertyExplicitInterfaceExpression
Get the explicit interface expression (if any).
(Inherited from PropertyDeclBase.)
Public propertyGetter
The 'getter' method for the indexer.
Public propertyHasAnnotations
True if the code object has any annotations.
(Inherited from CodeObject.)
Public propertyHasArgument
True if the Statement has an argument.
(Overrides BlockStatementHasArgument.)
Public propertyHasArgumentParens
True if the Statement has parens around its argument.
(Overrides StatementHasArgumentParens.)
Public propertyHasAttributes
True if the code object has any attributes.
(Inherited from CodeObject.)
Public propertyHasBraces
True if the BlockStatement has braces.
(Inherited from BlockStatement.)
Public propertyHasBracesAlways
True if the BlockStatement always requires braces.
(Inherited from BlockStatement.)
Public propertyHasComments
True if the code object has any comments of any kind.
(Inherited from CodeObject.)
Public propertyHasCompilerDirectives
True if the code object has any compiler directive annotations.
(Inherited from CodeObject.)
Public propertyHasDocComments
True if the code object has any documentation comments.
(Inherited from CodeObject.)
Public propertyHasEOLComments
True if the code object has any EOL comments.
(Inherited from CodeObject.)
Public propertyHasEOLOrPostAnnotations
True if the code object has any EOL or Postfix annotations.
(Inherited from CodeObject.)
Public propertyHasErrors
True if the code object has any error messages.
(Inherited from CodeObject.)
Public propertyHasFirstOnLineAnnotations
True if the code object has any annotations on separate lines.
(Inherited from CodeObject.)
Public propertyHasGetter
True if the indexer has a getter method.
Public propertyHasHeader
True for all BlockStatements that have a header (all except CodeUnit and BlockDecl).
(Inherited from BlockStatement.)
Public propertyHasInfixComments
True if the code object has any Infix comments.
(Inherited from CodeObject.)
Public propertyHasMessages
True if the code object has any generated messages.
(Inherited from CodeObject.)
Public propertyHasNoIndentation
Determines if the code object has no indentation.
(Inherited from CodeObject.)
Public propertyHasNonEOLComments
True if the code object has any regular (non-doc) preceding (non-EOL, non-Infix, non-Postfix) comments.
(Inherited from CodeObject.)
Public propertyHasParameters
True if the indexer has parameters.
Public propertyHasPostAnnotations
True if the code object has any postfix annotations.
(Inherited from CodeObject.)
Public propertyHasSetter
True if the indexer has a setter method.
Public propertyHasTerminator
Determines if the code object has a terminator character.
(Inherited from CodeObject.)
Public propertyHasTerminatorDefault
True if the Statement has a terminator character by default.
(Inherited from BlockStatement.)
Public propertyHiddenRef
Any hidden reference to another CodeObject.
(Inherited from CodeObject.)
Public propertyInfixComment
The infix comment for the code object (if any).
(Inherited from CodeObject.)
Public propertyIsAbstract
True if the property is abstract.
(Inherited from PropertyDeclBase.)
Public propertyIsCompactIfEmptyDefault
True if the BlockStatement has compact empty braces by default.
(Inherited from BlockStatement.)
Public propertyIsEndFirstOnLine
True if the closing paren or bracket is on a new line.
(Inherited from Statement.)
Public propertyIsExplicitInterfaceImplementation
True if this is an explicit interface implementation.
(Inherited from PropertyDeclBase.)
Public propertyIsExpressionFormat
True if the body of the property is represented with lambda expression syntax, otherwise false.
(Inherited from PropertyDeclBase.)
Public propertyIsFirstOnLine
Determines if the code object appears as the first item on a line.
(Inherited from CodeObject.)
Public propertyIsFirstOnLineDefault
True if the code object defaults to starting on a new line.
(Inherited from CodeObject.)
Public propertyIsGenerated
Determines if the code object is generated.
(Inherited from CodeObject.)
Public propertyIsGroupingSet
Determines if the 'grouping' (has parens or braces) status has been set.
(Inherited from CodeObject.)
Public propertyIsInternal
True if the property has internal access.
(Inherited from PropertyDeclBase.)
Public propertyIsMethodBodyLevel
True if a BlockStatement is at a method body level (contains general code statements). For example, anything at a MethodDeclBase level or lower in the code tree. Specifically, NOT a NamespaceDecl, TypeDecl, or PropertyDeclBase.
(Inherited from PropertyDeclBase.)
Public propertyIsMultiPart
True for multi-part statements, such as try/catch/finally or if/else.
(Inherited from BlockStatement.)
Public propertyIsNewLinesSet
Determines if the newline count has been set on the code object.
(Inherited from CodeObject.)
Public propertyIsOverride
True if the method is an override.
(Inherited from PropertyDeclBase.)
Public propertyIsPrivate
True if the property has private access.
(Inherited from PropertyDeclBase.)
Public propertyIsProtected
True if the property has protected access.
(Inherited from PropertyDeclBase.)
Public propertyIsPublic
True if the property has public access.
(Inherited from PropertyDeclBase.)
Public propertyIsReadable
True if the indexer is readable.
(Overrides PropertyDeclBaseIsReadable.)
Public propertyIsRenderable
True if the CodeObject is renderable.
(Inherited from CodeObject.)
Public propertyIsSingleLine
Determines if the code object only requires a single line for display.
(Overrides PropertyDeclBaseIsSingleLine.)
Public propertyIsSingleLineDefault
True if the code object only requires a single line for display by default.
(Inherited from BlockStatement.)
Public propertyIsStatic
True if the property is static.
(Inherited from PropertyDeclBase.)
Public propertyIsTopLevel
True if a BlockStatement is at the top level (those that have no header and no indent). For example, a CodeUnit, a BlockDecl with no parent or a DocComment or Project parent.
(Inherited from BlockStatement.)
Public propertyIsVirtual
True if the property is virtual.
(Inherited from PropertyDeclBase.)
Public propertyIsWritable
True if the indexer is writable.
(Overrides PropertyDeclBaseIsWritable.)
Public propertyKeyword
The keyword associated with the Statement (null if none).
(Inherited from Statement.)
Public propertyLineNumber
The line number associated with the CodeObject (if any, 0 if none).
(Inherited from CodeObject.)
Public propertyModifiers
Optional Modifiers for the property.
(Inherited from PropertyDeclBase.)
Public propertyName
The name of the IndexerDecl.
(Overrides PropertyDeclBaseName.)
Public propertyNameExpression
The ThisRef or Dot expression representing the name of the IndexerDecl.
Public propertyNewLines
The number of newlines preceding the object (0 to N).
(Inherited from PropertyDeclBase.)
Public propertyParameterCount
The number of parameters the indexer has.
Public propertyParameters
A collection of ParameterDecls for the parameters of the indexer.
Public propertyParent
The parent CodeObject.
(Inherited from CodeObject.)
Public propertyPostfixComment
The postfix comment for the code object (if any).
(Inherited from CodeObject.)
Public propertyRequiresEmptyStatement
True if the BlockStatement requires an empty statement if it has an empty block with no braces.
(Inherited from BlockStatement.)
Public propertySetter
The 'setter' method for the indexer.
Public propertyTerminator
The terminator character for the Statement.
(Inherited from Statement.)
Public propertyType
The type of the property.
(Inherited from PropertyDeclBase.)
Top
See Also