Class Arg


  • public class Arg
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Arg.Op  
    • Constructor Summary

      Constructors 
      Constructor Description
      Arg()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      Arg.Op getOp()  
      java.lang.Object getValue()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Arg

        public Arg()
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • getOp

        public Arg.Op getOp()
      • getValue

        public java.lang.Object getValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object