Class ACTInterpreter.WithParam

  • Enclosing class:
    ACTInterpreter

    protected class ACTInterpreter.WithParam
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name  
      java.lang.String type  
      java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      WithParam()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        public java.lang.String name
      • type

        public java.lang.String type
      • value

        public java.lang.String value
    • Constructor Detail

      • WithParam

        public WithParam()