Class TerminalAstNode

java.lang.Object
org.springframework.shell.command.parser.AstNode
org.springframework.shell.command.parser.TerminalAstNode
Direct Known Subclasses:
CommandArgumentNode, DirectiveNode, OptionArgumentNode

public abstract sealed class TerminalAstNode extends AstNode permits DirectiveNode, OptionArgumentNode, CommandArgumentNode
Terminal node means that it is end of ast tree branch.
  • Constructor Details

    • TerminalAstNode

      public TerminalAstNode(Token token)