Class FieldPlugin
- java.lang.Object
-
- dev.hilla.parser.core.AbstractPlugin<PluginConfiguration>
-
- dev.hilla.parser.plugins.backbone.FieldPlugin
-
- All Implemented Interfaces:
Plugin
public final class FieldPlugin extends AbstractPlugin<PluginConfiguration>
-
-
Constructor Summary
Constructors Constructor Description FieldPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenter(NodePath<?> nodePath)voidexit(NodePath<?> nodePath)NodeDependenciesscan(NodeDependencies nodeDependencies)-
Methods inherited from class dev.hilla.parser.core.AbstractPlugin
getConfiguration, getOrder, getStorage, setConfiguration, setOrder, setStorage
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface dev.hilla.parser.core.Plugin
getRequiredPlugins
-
-
-
-
Method Detail
-
scan
@Nonnull public NodeDependencies scan(@Nonnull NodeDependencies nodeDependencies)
-
enter
public void enter(NodePath<?> nodePath)
-
exit
public void exit(NodePath<?> nodePath)
-
-