Esempio n. 1
0
 internal void init(Preprocessor pp, LexerSource s)
 {
     this.listener = pp.getListener();
     this.source = s;
     setTrigraphs(pp.getFeature(Feature.TRIGRAPHS),
                     pp.getWarning(Warning.TRIGRAPHS));
 }
Esempio n. 2
0
	override internal void init(Preprocessor pp) {
		base.init(pp);
		this.digraphs = pp.getFeature(Feature.DIGRAPHS);
		this.reader.init(pp, this);
	}