Class ExampleBooleanFunctionIDEExtension

java.lang.Object
org.apache.uima.ruta.example.extensions.ExampleBooleanFunctionIDEExtension
All Implemented Interfaces:
org.apache.uima.ruta.ide.core.extensions.IIDEBooleanFunctionExtension, org.apache.uima.ruta.ide.core.extensions.IRutaExtension

public class ExampleBooleanFunctionIDEExtension extends Object implements org.apache.uima.ruta.ide.core.extensions.IIDEBooleanFunctionExtension
  • Constructor Details

    • ExampleBooleanFunctionIDEExtension

      public ExampleBooleanFunctionIDEExtension()
  • Method Details

    • getKnownExtensions

      public String[] getKnownExtensions()
      Specified by:
      getKnownExtensions in interface org.apache.uima.ruta.ide.core.extensions.IRutaExtension
    • checkSyntax

      public boolean checkSyntax(org.eclipse.dltk.ast.expressions.Expression element, org.apache.uima.ruta.ide.core.extensions.IRutaCheckerProblemFactory problemFactory, org.eclipse.dltk.compiler.problem.IProblemReporter rep) throws org.antlr.runtime.RecognitionException
      Specified by:
      checkSyntax in interface org.apache.uima.ruta.ide.core.extensions.IRutaExtension
      Throws:
      org.antlr.runtime.RecognitionException