fparser Reference Guide
0.0.14
|
Static Public Member Functions | |
def | match (string) |
Static Public Attributes | |
subclass_names | |
Fortran2003 rule R1227 prefix is prefix-spec [ prefix-spec ] ... C1240 (R1227) A prefix shall contain at most one of each prefix-spec. Checked below. C1241 (R1227) A prefix shall not specify both ELEMENTAL and RECURSIVE. Checked below. C1242 (R1227) A prefix shall not specify ELEMENTAL if proc-language-binding-spec appears in the function-stmt or subroutine-stmt. This constraint can not be checked here, it is checked in R1224 and R1232.
Definition at line 11697 of file Fortran2003.py.
|
static |
Match a space separated list of Prefix_Spec objects. Objects may be separated by 1 or more spaces. :returns: A tuple of size 2 containing the separator and a \ tuple containing one or more Prefix_Spec objects if there is a \ match and None if not. :rtype: (str, (:class:py:`fparser.two.Fortran2003.Prefix_Spec`,)) \ or NoneType
Definition at line 11718 of file Fortran2003.py.