Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 xtext 语言,它有一个用于上下文检查的外部编译器。我想在编辑器中显示编译器的错误。我在某处读到我必须实现 IResourceValidator。我怎么做?
您可以只使用 bindIResourceValidator() 来绑定您自己的实现。
例如,像这样:
public Class<? extends IResourceValidator> bindIResourceValidator() { return MyValidator.class; }
请记住,您将使用 Xtext 提供的原始验证器