Click or drag to resize

InterfaceDecl Properties

The InterfaceDecl 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 propertyBaseTypes
The list of base types.
(Inherited from BaseListTypeDecl.)
Public propertyBody
The Block body.
(Inherited from BlockStatement.)
Public propertyCategory
The descriptive category of the code object.
(Inherited from TypeDecl.)
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 propertyConstraintClauses
A collection of optional ConstraintClauses (for generic types).
(Inherited from TypeDecl.)
Public propertyDeclaringType
Get the declaring TypeDecl.
(Inherited from TypeDecl.)
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 propertyHasAnnotations
True if the code object has any annotations.
(Inherited from CodeObject.)
Public propertyHasArgument
True if the Statement has an argument.
(Inherited from TypeDecl.)
Public propertyHasArgumentParens
True if the Statement has parens around its argument.
(Inherited from TypeDecl.)
Public propertyHasAttributes
True if the code object has any attributes.
(Inherited from CodeObject.)
Public propertyHasBaseTypes
True if there are any base types.
(Inherited from BaseListTypeDecl.)
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 propertyHasConstraintClauses
True if there are any ConstraintClauses.
(Inherited from TypeDecl.)
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 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 propertyHasPostAnnotations
True if the code object has any postfix annotations.
(Inherited from CodeObject.)
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 propertyHasTypeParameters
True if the type has TypeParameters.
(Inherited from TypeDecl.)
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 type is abstract.
(Inherited from TypeDecl.)
Public propertyIsClass
True if the type is a class.
(Inherited from TypeDecl.)
Public propertyIsComImport
True if the type is a COM Import.
(Inherited from TypeDecl.)
Public propertyIsCompactIfEmptyDefault
True if the BlockStatement has compact empty braces by default.
(Inherited from BlockStatement.)
Public propertyIsDelegateType
True if the type is a delegate type.
(Inherited from TypeDecl.)
Public propertyIsEndFirstOnLine
True if the closing paren or bracket is on a new line.
(Inherited from Statement.)
Public propertyIsEnum
True if the type is an enum.
(Inherited from TypeDecl.)
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 propertyIsGenericParameter
True if the type is a generic parameter.
(Inherited from TypeDecl.)
Public propertyIsGenericType
True if the type is a generic type (meaning that either it or an enclosing type has type parameters, and it's not an enum).
(Inherited from TypeDecl.)
Public propertyIsGroupingSet
Determines if the 'grouping' (has parens or braces) status has been set.
(Inherited from CodeObject.)
Public propertyIsInterface
Always true.
(Overrides TypeDeclIsInterface.)
Public propertyIsInternal
True if the type has internal access.
(Inherited from TypeDecl.)
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 TypeDecl.)
Public propertyIsMultiPart
True for multi-part statements, such as try/catch/finally or if/else.
(Inherited from BlockStatement.)
Public propertyIsNested
True if the type is a nested type.
(Inherited from TypeDecl.)
Public propertyIsNew
True if the type has a 'new' modifier.
(Inherited from TypeDecl.)
Public propertyIsNewLinesSet
Determines if the newline count has been set on the code object.
(Inherited from CodeObject.)
Public propertyIsNullableType
True if the type is a nullable type.
(Inherited from TypeDecl.)
Public propertyIsPartial
True if the type is a partial type.
(Inherited from TypeDecl.)
Public propertyIsPrivate
True if the type has private access.
(Inherited from TypeDecl.)
Public propertyIsProtected
True if the type has protected access.
(Inherited from TypeDecl.)
Public propertyIsPublic
True if the type has public access.
(Inherited from TypeDecl.)
Public propertyIsReadOnly
True if the type is a 'readonly' type.
(Inherited from TypeDecl.)
Public propertyIsRef
True if the type is a 'ref' type.
(Inherited from TypeDecl.)
Public propertyIsRenderable
True if the CodeObject is renderable.
(Inherited from CodeObject.)
Public propertyIsSealed
True if the type is sealed.
(Inherited from TypeDecl.)
Public propertyIsSingleLine
Determines if the code object only requires a single line for display.
(Inherited from BaseListTypeDecl.)
Public propertyIsSingleLineDefault
True if the code object only requires a single line for display by default.
(Inherited from BlockStatement.)
Public propertyIsStatic
True if the type is static.
(Inherited from TypeDecl.)
Public propertyIsStruct
True if the type is a struct.
(Inherited from TypeDecl.)
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 propertyIsValueType
True if the type is a value type.
(Inherited from TypeDecl.)
Public propertyKeyword
The keyword associated with the Statement.
(Overrides StatementKeyword.)
Public propertyLineNumber
The line number associated with the CodeObject (if any, 0 if none).
(Inherited from CodeObject.)
Public propertyModifiers
Optional Modifiers for the type.
(Inherited from TypeDecl.)
Public propertyName
The name of the TypeDecl.
(Inherited from TypeDecl.)
Public propertyNewLines
The number of newlines preceding the object (0 to N).
(Inherited from TypeDecl.)
Public propertyParent
The parent CodeObject.
(Inherited from TypeDecl.)
Public propertyParentProject
The parent Project of the TypeDecl.
(Inherited from TypeDecl.)
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 propertyStartColumnNumber
The starting column number of any modifier if parsed from or written to text form.
(Inherited from TypeDecl.)
Public propertyStartLineNumber
The starting line number of any modifier if parsed from or written to text form.
(Inherited from TypeDecl.)
Public propertyTerminator
The terminator character for the Statement.
(Inherited from Statement.)
Public propertyTypeParameterCount
The number of TypeParameters the type has.
(Inherited from TypeDecl.)
Public propertyTypeParameters
A collection of optional TypeParameters (for generic types).
(Inherited from TypeDecl.)
Top
See Also