public abstract class PassFactory extends Object
protected PassFactory(String name, boolean isOneTimePass)
name
- The name of the pass that this factory creates.isOneTimePass
- If true, the pass produced by this factory can
only be run once.Copyright © 2009–2017 Google. All rights reserved.