// File: Units_Lexicon.lxx // Created: Wed Jun 24 12:47:40 1992 // Author: Gilles DEBARBOUILLE // #include #include //======================================================================= //function : Sequence //purpose : //======================================================================= inline Handle(Units_TokensSequence) Units_Lexicon::Sequence() const { return thesequenceoftokens; } //======================================================================= //function : Dump //purpose : //======================================================================= inline void Units_Lexicon::Dump() const { Standard_Integer index; cout<<" LEXICON : "<Length();index++) thesequenceoftokens->Value(index)->Dump(1,0); }