Package guideme.compiler.tags
Class DivTagCompiler
java.lang.Object
guideme.compiler.tags.DivTagCompiler
- All Implemented Interfaces:
TagCompiler,Extension
-
Field Summary
Fields inherited from interface guideme.compiler.TagCompiler
EXTENSION_POINT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcompileBlockContext(PageCompiler compiler, LytBlockContainer parent, guideme.libs.mdast.mdx.model.MdxJsxFlowElement el) The tag names this compiler is responsible for.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface guideme.extensions.Extension
onExtensionsBuiltMethods inherited from interface guideme.compiler.TagCompiler
compileFlowContext, index
-
Constructor Details
-
DivTagCompiler
public DivTagCompiler()
-
-
Method Details
-
getTagNames
Description copied from interface:TagCompilerThe tag names this compiler is responsible for.- Specified by:
getTagNamesin interfaceTagCompiler
-
compileBlockContext
public void compileBlockContext(PageCompiler compiler, LytBlockContainer parent, guideme.libs.mdast.mdx.model.MdxJsxFlowElement el) - Specified by:
compileBlockContextin interfaceTagCompiler
-