public static interface CheckFunctionCallsVisitor.CheckFunctionCallsVisitorFactory
| Modifier and Type | Method and Description |
|---|---|
CheckFunctionCallsVisitor |
create(SyntaxVersion declaredSyntaxVersion,
ErrorReporter errorReporter) |
CheckFunctionCallsVisitor create(SyntaxVersion declaredSyntaxVersion, ErrorReporter errorReporter)
declaredSyntaxVersion - User-declared syntax version.errorReporter - For reporting errors during the visit.