Package guideme.scene
Class SceneTagCompiler
java.lang.Object
guideme.compiler.tags.BlockTagCompiler
guideme.scene.SceneTagCompiler
- All Implemented Interfaces:
TagCompiler
,Extension
-
Field Summary
FieldsFields inherited from interface guideme.compiler.TagCompiler
EXTENSION_POINT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
compile
(PageCompiler compiler, LytBlockContainer parent, guideme.libs.mdast.mdx.model.MdxJsxElementFields el) The tag names this compiler is responsible for.void
index
(IndexingContext indexer, guideme.libs.mdast.mdx.model.MdxJsxElementFields el, IndexingSink sink) void
onExtensionsBuilt
(ExtensionCollection extensions) Methods inherited from class guideme.compiler.tags.BlockTagCompiler
compileBlockContext, compileFlowContext
-
Field Details
-
TAG_NAME
- See Also:
-
-
Constructor Details
-
SceneTagCompiler
public SceneTagCompiler()
-
-
Method Details
-
getTagNames
Description copied from interface:TagCompiler
The tag names this compiler is responsible for.- Specified by:
getTagNames
in interfaceTagCompiler
-
compile
protected void compile(PageCompiler compiler, LytBlockContainer parent, guideme.libs.mdast.mdx.model.MdxJsxElementFields el) - Specified by:
compile
in classBlockTagCompiler
-
onExtensionsBuilt
- Specified by:
onExtensionsBuilt
in interfaceExtension
-
index
public void index(IndexingContext indexer, guideme.libs.mdast.mdx.model.MdxJsxElementFields el, IndexingSink sink) - Specified by:
index
in interfaceTagCompiler
-