Sha256: 2f17f678eee44080b837947a3374b82c1f712a6949c8e353d313415f8911760e
Contents?: true
Size: 377 Bytes
Versions: 9
Compression:
Stored size: 377 Bytes
Contents
#import <Foundation/Foundation.h> #import "GHAstNode.h" #import "GHParser.h" @protocol GHAstBuilderProtocol; @class GHToken; @interface GHAstBuilder<GHAstBuilderProtocol> : NSObject - (id)init; - (void)reset; - (void)buildWithToken:(GHToken *)theToken; - (void)startRuleWithType:(GHRuleType)theRuleType; - (void)endRuleWithType:(GHRuleType)theRuleType; @end
Version data entries
9 entries across 9 versions & 1 rubygems