Uses of Interface
org.x4o.xml.lang.phase.X4OPhaseManager
Packages that use X4OPhaseManager
Package
Description
The X4O XML Driver program interface.
The core config interfaces and key definitions.
The core phase classes which runs the different phases of the language.
-
Uses of X4OPhaseManager in org.x4o.xml
Methods in org.x4o.xml that return X4OPhaseManagerModifier and TypeMethodDescriptionprotected X4OPhaseManagerX4ODriver.buildPhaseManager()protected static X4OPhaseManagerX4ODriverManager.getDefaultBuildPhaseManager() -
Uses of X4OPhaseManager in org.x4o.xml.lang
Methods in org.x4o.xml.lang that return X4OPhaseManagerModifier and TypeMethodDescriptionDefaultX4OLanguage.getPhaseManager()X4OLanguage.getPhaseManager()Returns the phase manager which runs the phasesConstructors in org.x4o.xml.lang with parameters of type X4OPhaseManagerModifierConstructorDescriptionDefaultX4OLanguage(X4OLanguageConfiguration languageConfiguration, X4OPhaseManager phaseManager, String languageName, String languageVersion) -
Uses of X4OPhaseManager in org.x4o.xml.lang.phase
Subinterfaces of X4OPhaseManager in org.x4o.xml.lang.phaseModifier and TypeInterfaceDescriptioninterfaceX4OPhaseManagerLocal has the local config methods.Classes in org.x4o.xml.lang.phase that implement X4OPhaseManagerModifier and TypeClassDescriptionclassX4OPhaseManager stores the X4OPhaseHandler and puts them in the right order.