[sv-ec] pure virtual method declarations

From: Shalom Bresticker <shalom.bresticker@outlook.com>
Date: Tue Jan 05 2016 - 03:39:34 PST
In classes, a pure virtual method declaration can have a
class_item_qualifier:

 

class_method ::=

.

| pure virtual { class_item_qualifier } method_prototype ;

 

class_item_qualifier8 ::=

  static

| protected

| local

 

In an interface class, a pure virtual method declaration may not:

 

interface_class_item ::=

.

| { attribute_instance } interface_class_method

 

interface_class_method ::=

pure virtual method_prototype ;

 

Is this deliberate?

 

Thanks,

Shalom
Received on Tue Jan 5 03:39:39 2016

This archive was generated by hypermail 2.1.8 : Tue Jan 05 2016 - 03:39:52 PST