Class SubCommandArgument

java.lang.Object
org.praxislive.core.Value
org.praxislive.ide.pxr.SubCommandArgument

public class SubCommandArgument extends org.praxislive.core.Value
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.praxislive.core.Value

    org.praxislive.core.Value.Type<T extends org.praxislive.core.Value>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    int
     
     

    Methods inherited from class org.praxislive.core.Value

    equivalent, info, isEmpty, ofObject, type

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SubCommandArgument

      public SubCommandArgument(String commandLine)
  • Method Details

    • getCommandLine

      public String getCommandLine()
    • toString

      public String toString()
      Specified by:
      toString in class org.praxislive.core.Value
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in class org.praxislive.core.Value
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in class org.praxislive.core.Value