scg
Class Refuting

java.lang.Object
  extended by scg.OpposeAction
      extended by scg.Refuting

public class Refuting
extends OpposeAction

Representation of Refuting


Constructor Summary
Refuting()
          Construct a(n) Refuting Instance
 
Method Summary
 java.lang.String display()
          DGP method from Class Display
 boolean equals(java.lang.Object o)
          Is the given object Equal to this Refuting?
 int hashCode()
          DGP method from Class HashCode
static Refuting parse(java.io.InputStream inpt)
          Parse an instance of Refuting from the given Stream
static Refuting parse(java.io.Reader inpt)
          Parse an instance of Refuting from the given Reader
static Refuting parse(java.lang.String inpt)
          Parse an instance of Refuting from the given String
 java.lang.String print()
          DGP method from Class Print
 java.lang.String toStr()
          DGP method from Class ToStr
 java.lang.String toString()
          DGP method from Class PrintToString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Refuting

public Refuting()
Construct a(n) Refuting Instance

Method Detail

equals

public boolean equals(java.lang.Object o)
Is the given object Equal to this Refuting?

Overrides:
equals in class java.lang.Object

parse

public static Refuting parse(java.lang.String inpt)
                      throws scg.ParseException
Parse an instance of Refuting from the given String

Throws:
scg.ParseException

parse

public static Refuting parse(java.io.InputStream inpt)
                      throws scg.ParseException
Parse an instance of Refuting from the given Stream

Throws:
scg.ParseException

parse

public static Refuting parse(java.io.Reader inpt)
                      throws scg.ParseException
Parse an instance of Refuting from the given Reader

Throws:
scg.ParseException

display

public java.lang.String display()
DGP method from Class Display

Overrides:
display in class OpposeAction

print

public java.lang.String print()
DGP method from Class Print

Overrides:
print in class OpposeAction

toStr

public java.lang.String toStr()
DGP method from Class ToStr

Overrides:
toStr in class OpposeAction

toString

public java.lang.String toString()
DGP method from Class PrintToString

Overrides:
toString in class OpposeAction

hashCode

public int hashCode()
DGP method from Class HashCode

Overrides:
hashCode in class OpposeAction