CodeObject Properties |
The CodeObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | _AsString |
This property is just to make debugging easier.
|
![]() | Annotations |
Annotations (comments, attributes, directives, messages) associated with the current code object.
|
![]() | ColumnNumber |
The column number associated with the CodeObject (if any, 0 if none).
|
![]() | Comment |
The comment for the code object (if any).
|
![]() | DocComment |
The documentation comment for the code object (if any).
|
![]() | EOLComment |
The End-Of-Line comment for the code object (if any).
|
![]() | HasAnnotations |
True if the code object has any annotations.
|
![]() | HasAttributes |
True if the code object has any attributes.
|
![]() | HasComments |
True if the code object has any comments of any kind.
|
![]() | HasCompilerDirectives |
True if the code object has any compiler directive annotations.
|
![]() | HasDocComments |
True if the code object has any documentation comments.
|
![]() | HasEOLComments |
True if the code object has any EOL comments.
|
![]() | HasEOLOrPostAnnotations |
True if the code object has any EOL or Postfix annotations.
|
![]() | HasErrors |
True if the code object has any error messages.
|
![]() | HasFirstOnLineAnnotations |
True if the code object has any annotations on separate lines.
|
![]() | HasInfixComments |
True if the code object has any Infix comments.
|
![]() | HasMessages |
True if the code object has any generated messages.
|
![]() | HasNoIndentation |
Determines if the code object has no indentation.
|
![]() | HasNonEOLComments |
True if the code object has any regular (non-doc) preceding (non-EOL, non-Infix, non-Postfix) comments.
|
![]() | HasPostAnnotations |
True if the code object has any postfix annotations.
|
![]() | HasTerminator |
Determines if the code object has a terminator character.
|
![]() | HiddenRef |
Any hidden reference to another CodeObject.
|
![]() | InfixComment |
The infix comment for the code object (if any).
|
![]() | IsFirstOnLine |
Determines if the code object appears as the first item on a line.
|
![]() | IsFirstOnLineDefault |
True if the code object defaults to starting on a new line.
|
![]() | IsGenerated |
Determines if the code object is generated.
|
![]() | IsGroupingSet |
Determines if the 'grouping' (has parens or braces) status has been set.
|
![]() | IsNewLinesSet |
Determines if the newline count has been set on the code object.
|
![]() | IsRenderable |
True if the CodeObject is renderable.
|
![]() | IsSingleLine |
Determines if the code object only requires a single line for display.
|
![]() | IsSingleLineDefault |
True if the code object only requires a single line for display by default.
|
![]() | LineNumber |
The line number associated with the CodeObject (if any, 0 if none).
|
![]() | NewLines |
The number of newlines preceding the object (0 to N).
|
![]() | Parent |
The parent CodeObject.
|
![]() | PostfixComment |
The postfix comment for the code object (if any).
|