public class SyntaxChecker extends Object
| Constructor and Description |
|---|
SyntaxChecker() |
| Modifier and Type | Method and Description |
|---|---|
static SyntaxResult |
checkSyntax(List<String> source) |
static SyntaxResult |
checkSyntax(String source) |
static SyntaxResult |
checkSyntaxFair(String source) |
public static SyntaxResult checkSyntax(List<String> source)
public static SyntaxResult checkSyntax(String source)
public static SyntaxResult checkSyntaxFair(String source)
Copyright © 2017. All rights reserved.