Uses of Interface
com.pnfsoftware.jeb.util.interpreter.ICommandNode
Packages that use ICommandNode
-
Uses of ICommandNode in com.pnfsoftware.jeb.util.interpreter
Subinterfaces of ICommandNode in com.pnfsoftware.jeb.util.interpreterModifier and TypeInterfaceDescriptioninterface
Definition of a command handler.interface
Definition of a command manager.Classes in com.pnfsoftware.jeb.util.interpreter that implement ICommandNodeModifier and TypeClassDescriptionclass
Skeleton for a command handler.class
A basic command manager that may be extended.Methods in com.pnfsoftware.jeb.util.interpreter that return ICommandNodeModifier and TypeMethodDescriptionICommandManager.addChild
(ICommandNode node) SimpleCommandManager.addChild
(ICommandNode node) Methods in com.pnfsoftware.jeb.util.interpreter that return types with arguments of type ICommandNodeModifier and TypeMethodDescriptionAbstractCommandHandler.getChildren()
ICommandNode.getChildren()
SimpleCommandManager.getChildren()
Methods in com.pnfsoftware.jeb.util.interpreter with parameters of type ICommandNodeModifier and TypeMethodDescriptionICommandManager.addChild
(ICommandNode node) SimpleCommandManager.addChild
(ICommandNode node)