summaryrefslogtreecommitdiff
path: root/starmath/inc/parse.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/parse.hxx')
-rw-r--r--starmath/inc/parse.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx
index 14f0c2e3c27c..b4dc0a133206 100644
--- a/starmath/inc/parse.hxx
+++ b/starmath/inc/parse.hxx
@@ -70,25 +70,25 @@ class SmParser
void DoSubSup(TG nActiveGroup);
void DoOpSubSup();
void DoPower();
- void DoBlank();
- void DoTerm(bool bGroupNumberIdent);
- void DoEscape();
- void DoOperator();
+ SmBlankNode *DoBlank();
+ SmNode *DoTerm(bool bGroupNumberIdent);
+ SmNode *DoEscape();
+ SmOperNode *DoOperator();
void DoOper();
- void DoUnOper();
+ SmStructureNode *DoUnOper();
void DoAlign();
SmStructureNode *DoFontAttribut();
SmAttributNode *DoAttribut();
SmStructureNode *DoFont();
SmStructureNode *DoFontSize();
SmStructureNode *DoColor();
- void DoBrace();
+ SmStructureNode *DoBrace();
SmBracebodyNode *DoBracebody(bool bIsLeftRight);
- void DoFunction();
- void DoBinom();
- void DoStack();
- void DoMatrix();
- void DoSpecial();
+ SmTextNode *DoFunction();
+ SmTableNode *DoBinom();
+ SmStructureNode *DoStack();
+ SmStructureNode *DoMatrix();
+ SmSpecialNode *DoSpecial();
SmGlyphSpecialNode *DoGlyphSpecial();
SmExpressionNode *DoError(SmParseError Error);
// end of grammar