|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDLCompiler | |
com.arsdigita.persistence.pdl | Verifies and loads Persistence Definition Language (PDL) files for use by the persistence metadata system. |
com.arsdigita.runtime | The com.arsdigita.runtime package provides classses and interfaces for bootstrapping the CCM runtime environment. |
Uses of PDLCompiler in com.arsdigita.persistence.pdl |
Methods in com.arsdigita.persistence.pdl with parameters of type PDLCompiler | |
void |
ManifestSource.parse(PDLCompiler compiler)
An implementation of PDLSource.parse(PDLCompiler) that
parses the resource listed in the manifest passed to the
constructor of this ManifestSource. |
void |
FileSource.parse(PDLCompiler compiler)
Parses the contents of this PDLSource using the given compiler. |
void |
DirSource.parse(PDLCompiler compiler)
Parses the contents of this PDLSource using the given PDLCompiler. |
void |
PDLSource.parse(PDLCompiler compiler)
Parses the contents of this PDLSource using the given PDLCompiler. |
Uses of PDLCompiler in com.arsdigita.runtime |
Methods in com.arsdigita.runtime that return PDLCompiler | |
PDLCompiler |
DataInitEvent.getCompiler()
Returns an instance of a PDLCompiler object that may be used to parse PDL. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |