Package guideme.compiler.tags
Class KeyBindTagCompiler
java.lang.Object
guideme.compiler.tags.FlowTagCompiler
guideme.compiler.tags.KeyBindTagCompiler
- All Implemented Interfaces:
TagCompiler
,Extension
This tag compiles to the current binding for a key binding.
-
Field Summary
Fields inherited from interface guideme.compiler.TagCompiler
EXTENSION_POINT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
compile
(PageCompiler compiler, LytFlowParent parent, guideme.libs.mdast.mdx.model.MdxJsxElementFields el) The tag names this compiler is responsible for.Methods inherited from class guideme.compiler.tags.FlowTagCompiler
compileBlockContext, compileFlowContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface guideme.extensions.Extension
onExtensionsBuilt
Methods inherited from interface guideme.compiler.TagCompiler
index
-
Constructor Details
-
KeyBindTagCompiler
public KeyBindTagCompiler()
-
-
Method Details
-
getTagNames
Description copied from interface:TagCompiler
The tag names this compiler is responsible for. -
compile
protected void compile(PageCompiler compiler, LytFlowParent parent, guideme.libs.mdast.mdx.model.MdxJsxElementFields el) - Specified by:
compile
in classFlowTagCompiler
-