Java KAST syntax referenceA KAST expression describes one or more locations in the AST that you want your checker to target for syntax issues. The starting point is a test case (the simpler the better) that contains the issue of interest. Checker Studio simplifies the drafting of KAST expressions by providing:
For examples, see Java KAST examples. |