Interface InfixExecutor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Object execute(InfixContext $self, T obj) 执行中缀解释器执行内容
      Object run(InfixContext context, Object obj) 执行中缀解释器执行内容
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • execute

         abstract Object execute(InfixContext $self, T obj)

        执行中缀解释器执行内容

        Parameters:
        obj - 对象
        Returns:

        结果

      • run

         Object run(InfixContext context, Object obj)

        执行中缀解释器执行内容

        Parameters:
        context - 上下文
        obj - 对象
        Returns:

        结果