]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_codesigning/lib/RequirementParser.hpp
Security-59306.61.1.tar.gz
[apple/security.git] / OSX / libsecurity_codesigning / lib / RequirementParser.hpp
index 81857c6579e9b0e85a8704c1e483640e3cf62490..7f8c1689939d766a8a2e33b2cb5c668522327f5c 100644 (file)
@@ -96,6 +96,7 @@ public:
                Maker &maker
        );
        public: string  datavalue();
                Maker &maker
        );
        public: string  datavalue();
+       public: int64_t  timestamp();
        public: string  stringvalue();
        public: string  pathstring();
 public:
        public: string  stringvalue();
        public: string  pathstring();
 public:
@@ -109,10 +110,10 @@ protected:
 private:
        static const char* tokenNames[];
 #ifndef NO_STATIC_CONSTS
 private:
        static const char* tokenNames[];
 #ifndef NO_STATIC_CONSTS
-       static const int NUM_TOKENS = 58;
+       static const int NUM_TOKENS = 62;
 #else
        enum {
 #else
        enum {
-               NUM_TOKENS = 58
+               NUM_TOKENS = 62
        };
 #endif
        
        };
 #endif
        
@@ -152,6 +153,8 @@ private:
        static const antlr::BitSet _tokenSet_16;
        static const unsigned long _tokenSet_17_data_[];
        static const antlr::BitSet _tokenSet_17;
        static const antlr::BitSet _tokenSet_16;
        static const unsigned long _tokenSet_17_data_[];
        static const antlr::BitSet _tokenSet_17;
+       static const unsigned long _tokenSet_18_data_[];
+       static const antlr::BitSet _tokenSet_18;
 };
 
 ANTLR_END_NAMESPACE
 };
 
 ANTLR_END_NAMESPACE