You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
309 B
10 lines
309 B
ABSTRACT
|
|
--------
|
|
|
|
Is this source file an abstract class.
|
|
|
|
A property on a source file that indicates if the source file
|
|
represents a class that is abstract. This only makes sense for
|
|
languages that have a notion of an abstract class and it is only used
|
|
by some tools that wrap classes into other languages.
|