BaseClassType

$(BNF BaseClassType := Protection? BasicType)

class BaseClassType : TypeNode {
Protection prot;
}

Meta