Class ActionParserContext

java.lang.Object
com.iohao.net.framework.core.ActionParserContext

public final class ActionParserContext extends Object
Mutable context passed to ActionParserListener callbacks during action parsing.

Carries the current BarSkeleton and the ActionCommand being processed so that listeners can inspect or enrich them.

Since:
21.7
Author:
渔民小镇
date:
2024-04-30
  • Field Details

    • barSkeleton

      public BarSkeleton barSkeleton
      The business framework skeleton that owns the action being parsed.
    • actionCommand

      public ActionCommand actionCommand
      The action command currently being parsed.
  • Constructor Details

    • ActionParserContext

      public ActionParserContext()