Class ExampleActionIDEExtension
java.lang.Object
org.apache.uima.ruta.example.extensions.ExampleActionIDEExtension
- All Implemented Interfaces:
org.apache.uima.ruta.ide.core.extensions.IIDEActionExtension
,org.apache.uima.ruta.ide.core.extensions.IRutaExtension
public class ExampleActionIDEExtension
extends Object
implements org.apache.uima.ruta.ide.core.extensions.IIDEActionExtension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
checkSyntax
(org.eclipse.dltk.ast.expressions.Expression element, org.apache.uima.ruta.ide.core.extensions.IRutaCheckerProblemFactory problemFactory, org.eclipse.dltk.compiler.problem.IProblemReporter rep) String[]
-
Constructor Details
-
ExampleActionIDEExtension
public ExampleActionIDEExtension()
-
-
Method Details
-
getKnownExtensions
- Specified by:
getKnownExtensions
in interfaceorg.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 interfaceorg.apache.uima.ruta.ide.core.extensions.IRutaExtension
- Throws:
org.antlr.runtime.RecognitionException
-