Class AtlContextType
java.lang.Object
org.eclipse.jface.text.templates.TemplateContextType
org.eclipse.m2m.atl.adt.ui.text.atl.AtlContextType
public class AtlContextType
extends org.eclipse.jface.text.templates.TemplateContextType
The context types, used to provides content assist.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Initializes the context type resolvers.Methods inherited from class org.eclipse.jface.text.templates.TemplateContextType
addResolver, getId, getName, getResolver, removeAllResolvers, removeResolver, resolve, resolve, resolvers, setId, setName, validate, validateVariables
-
Field Details
-
ATL_CONTEXT_ID
ATL file context.- See Also:
-
MODULE_CONTEXT_ID
ATL module context.- See Also:
-
QUERY_CONTEXT_ID
ATL query context.- See Also:
-
LIBRARY_CONTEXT_ID
ATL library context.- See Also:
-
RULE_CONTEXT_ID
ATL rule context.- See Also:
-
HELPER_CONTEXT_ID
ATL helper context.- See Also:
-
-
Constructor Details
-
AtlContextType
public AtlContextType()Initialize context types.
-
-
Method Details
-
initializeContextTypeResolvers
public void initializeContextTypeResolvers()Initializes the context type resolvers.
-