Uses of Interface
org.x4o.xml.lang.X4OLanguageConfiguration
Packages that use X4OLanguageConfiguration
Package
Description
The X4O XML Driver program interface.
The core config interfaces and key definitions.
-
Uses of X4OLanguageConfiguration in org.x4o.xml
Methods in org.x4o.xml that return X4OLanguageConfigurationModifier and TypeMethodDescriptionprotected X4OLanguageConfigurationX4ODriver.buildLanguageConfiguration()protected static X4OLanguageConfigurationX4ODriverManager.getDefaultBuildLanguageConfiguration() -
Uses of X4OLanguageConfiguration in org.x4o.xml.lang
Subinterfaces of X4OLanguageConfiguration in org.x4o.xml.langModifier and TypeInterfaceDescriptioninterfaceX4OLanguageConfigurationLocal is for safe dynamic configuration.Classes in org.x4o.xml.lang that implement X4OLanguageConfigurationModifier and TypeClassDescriptionclassAbstractX4OLanguageConfiguration.classProvides all implementions of the different parts of the language parser.Methods in org.x4o.xml.lang that return X4OLanguageConfigurationModifier and TypeMethodDescriptionDefaultX4OLanguageConfiguration.createProxy()X4OLanguageConfigurationLocal.createProxy()DefaultX4OLanguage.getLanguageConfiguration()X4OLanguage.getLanguageConfiguration()Constructors in org.x4o.xml.lang with parameters of type X4OLanguageConfigurationModifierConstructorDescriptionDefaultX4OLanguage(X4OLanguageConfiguration languageConfiguration, X4OPhaseManager phaseManager, String languageName, String languageVersion)