Class ExampleTypeFunctionIDEExtension

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

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

    • ExampleTypeFunctionIDEExtension

      public ExampleTypeFunctionIDEExtension()
  • 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