Interface ISourceKind
public interface ISourceKind
Indicates the source language a
ITypeManifold uses in projected types.
The Java, JavaScript, and None constants are all
handled directly when using Manifold with Java. Support for other JVM
languages must be provided via third parties implementing IManifoldHost.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ISourceKindJava sourcestatic final ISourceKindJavaScript sourcestatic final ISourceKindThe does not contribute source
-
Field Details
-
Java
Java source -
JavaScript
JavaScript source -
None
The does not contribute source
-