| Constructor and Description | 
|---|
| ParserFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| static Parser | create(TypeCoercerFactory typeCoercerFactory,
      ConstructorArgMarshaller marshaller,
      KnownRuleTypesProvider knownRuleTypesProvider,
      ParserPythonInterpreterProvider parserPythonInterpreterProvider,
      DaemonicParserState daemonicParserState,
      TargetSpecResolver targetSpecResolver,
      Watchman watchman,
      BuckEventBus eventBus,
      UnconfiguredBuildTargetViewFactory unconfiguredBuildTargetFactory,
      TargetConfiguration hostConfiguration,
      boolean buckOutIncludeTargetConfigHash)Creates an instance of  Parser. | 
public static Parser create(TypeCoercerFactory typeCoercerFactory, ConstructorArgMarshaller marshaller, KnownRuleTypesProvider knownRuleTypesProvider, ParserPythonInterpreterProvider parserPythonInterpreterProvider, DaemonicParserState daemonicParserState, TargetSpecResolver targetSpecResolver, Watchman watchman, BuckEventBus eventBus, UnconfiguredBuildTargetViewFactory unconfiguredBuildTargetFactory, TargetConfiguration hostConfiguration, boolean buckOutIncludeTargetConfigHash)
Parser.