Class Action

  • Direct Known Subclasses:
    Reduce, Shift

    public abstract class Action
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Action ACCEPT  
    • Constructor Summary

      Constructors 
      Constructor Description
      Action()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String code()  
      abstract ActionKind kind()  
      • Methods inherited from class java.lang.Object

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

      • ACCEPT

        public static final Action ACCEPT
    • Constructor Detail

      • Action

        public Action()
    • Method Detail

      • code

        public abstract java.lang.String code()