org.apache.uima.ruta.example.extensions
Class ExampleNumberFunctionIDEExtension
java.lang.Object
org.apache.uima.ruta.example.extensions.ExampleNumberFunctionIDEExtension
- All Implemented Interfaces:
- org.apache.uima.ruta.ide.core.extensions.IIDENumberFunctionExtension, org.apache.uima.ruta.ide.core.extensions.IRutaExtension
public class ExampleNumberFunctionIDEExtension
- extends Object
- implements org.apache.uima.ruta.ide.core.extensions.IIDENumberFunctionExtension
|
Method Summary |
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)
|
String[] |
getKnownExtensions()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExampleNumberFunctionIDEExtension
public ExampleNumberFunctionIDEExtension()
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
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.