예제 #1
0
 def p_NonAnyType(self, p):
   """NonAnyType : PrimitiveType TypeSuffix
                 | identifier TypeSuffix
                 | SEQUENCE '<' Type '>' Null"""
   IDLParser.p_NonAnyType(self, p)
예제 #2
0
 def p_NonAnyType(self, p):
   """NonAnyType : PrimitiveType TypeSuffix
                 | identifier TypeSuffix
                 | SEQUENCE '<' Type '>' Null"""
   IDLParser.p_NonAnyType(self, p)