diff options
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r-- | cpp/include/Slice/Parser.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h index 9d0d1f6d761..598868872c0 100644 --- a/cpp/include/Slice/Parser.h +++ b/cpp/include/Slice/Parser.h @@ -401,15 +401,15 @@ public: SequenceList sequences() const; DictionaryList dictionaries() const; EnumList enums() const; - bool hasClassDecls() const; bool hasNonLocalClassDecls() const; - bool hasNonLocalInterfaceDefs() const; + bool hasNonLocalClassDefs() const; bool hasNonLocalSequences() const; bool hasNonLocalDictionaries() const; + bool hasNonLocalExceptions() const; + bool hasClassDecls() const; bool hasClassDefs() const; bool hasAbstractClassDefs() const; bool hasDataOnlyClasses() const; - bool hasNonLocalExceptions() const; bool hasOtherConstructedOrExceptions() const; // Exceptions or constructed types other than classes. bool hasContentsWithMetaData(const std::string&) const; bool hasAsyncOps() const; |