Project ID | 7D1A2972E666A25885258AE100482F18 |
Version | |
Class ID | D4B7363678FE843585258AE1006CE85A |
Class Type | Derived |
Derived From | CodeElement |
Attributes |
ArgumentRemarks (Get) As StringsCarrier |
Arguments (Get) As Variant |
ArgumentSuffix (Get) As String |
Exceptions (Get) As Variant |
ExceptionsRemarks (Get) As StringsCarrier |
hasArguments (Get) As Boolean |
hasExceptions (Get) As Boolean |
isEvent (Get) As Boolean |
isFunction (Get) As Boolean |
isGetter (Get) As Boolean |
isProperty (Get) As Boolean |
isSetter (Get) As Boolean |
isSub (Get) As Boolean |
MethodType (Get) As String |
ReturnsRemarks (Get) As StringsCarrier |
appendArgument(source As ValuedElement) |
appendException(source As ExceptionElement) |
New(Parent As CodeElement, Label As String, ValueType As String, Comment As String, CodeSample As String, SignatureCode As Long) |
Public Property Get ArgumentRemarks As StringsCarrier | ||||
---|---|---|---|---|
Remarks for the Method's Arguments |
Public Property Get ArgumentSuffix As String | ||||
---|---|---|---|---|
Argument Suffix for the method Used for constructing a fully qualified signature for the method. |
Public Property Get ExceptionsRemarks As StringsCarrier | ||||
---|---|---|---|---|
Remarks for the Method's Exceptions |
Public Property Get hasArguments As Boolean | ||||
---|---|---|---|---|
Flag indicating if the Method has Arguments |
Public Property Get hasExceptions As Boolean | ||||
---|---|---|---|---|
Flag indicating if the Method has Exceptions |
Public Property Get isFunction As Boolean | ||||
---|---|---|---|---|
Flag indicating if the Method is a Function |
Public Property Get isGetter As Boolean | ||||
---|---|---|---|---|
Flag indicating if the Method is a Getter Property |
Public Property Get isProperty As Boolean | ||||
---|---|---|---|---|
Flag indicating if the Method is a Property |
Public Property Get isSetter As Boolean | ||||
---|---|---|---|---|
Flag indicating if the Method is a Setter Property |
Public Property Get MethodType As String | ||||
---|---|---|---|---|
String representation of the Method Type (Sub, Function, or Property) |
Public Sub appendArgument(source As ValuedElement) | ||||
---|---|---|---|---|
Appends an Argument to the Method | ||||
idx | Argument | Data Type | Attributes | Comments |
1 | source | ValuedElement | Argument to be appended |
Public Sub appendException(source As ExceptionElement) | ||||
---|---|---|---|---|
Appends an Exception to the Method | ||||
idx | Argument | Data Type | Attributes | Comments |
1 | source | ExceptionElement | Exception to be appended |
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.