Extends
Methods
-
divide()
-
divide: '/' signed; -
multiply()
-
multiply: '*' signed; -
number()
-
number: Number;- Inherited From:
- Source:
-
product()
-
product: signed [{ multiply | divide }]; -
signed()
-
signed: [ '-' ] term;- Inherited From:
- Source:
-
sum()
-
sum: product [{ add | subtract }];- Inherited From:
- Source:
-
term()
-
term: number | '(' sum ')';- Inherited From:
- Source: