Click or drag to resize

AsciiGlobalStructureAnalysis Methods

The AsciiGlobalStructureAnalysis type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetStringWordBounds Gets the string position for the start and end of all words in a line.
Public methodGetTabbedWordBounds Gets the tabbed position for the start and end of all words in a line, assuming a certain tab width.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberTestForCommas Tests if any of the lines contains a comma char.
Public methodStatic memberTestForRepeatingWhiteSpaces Tests if any of the lines contains at least two subsequent whitespaces.
Public methodStatic memberTestForSemicolons Tests if any of the lines contains a semicolon char.
Public methodStatic memberTestForSpaces Tests if any of the lines contains a space char.
Public methodStatic memberTestForTabs Tests if any of the lines contains a tabulator char.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also