Interface PrologAPI
-
- All Known Implementing Classes:
PrologAPIImpl
public interface PrologAPI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrologParser
getParser()
org.eclipse.xtext.serializer.ISerializer
getSerializer()
-
-
-
Method Detail
-
getParser
PrologParser getParser()
-
getSerializer
org.eclipse.xtext.serializer.ISerializer getSerializer()
-
-