Class SleighLanguageValidator

java.lang.Object
ghidra.app.plugin.processors.sleigh.SleighLanguageValidator

public class SleighLanguageValidator extends Object
Validate SLEIGH related XML configuration files: .cspec .pspec and .ldefs A ResourceFile containing an XML document can be verified with one of the static methods: - validateCspecFile - validateLdefsFile - validatePspecFile Alternately the class can be instantiated, which will allocate a single verifier that can be run on multiple files.