|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectscg.OpposeAction
public abstract class OpposeAction
Representation of OpposeAction
Constructor Summary | |
---|---|
OpposeAction()
Construct a(n) OpposeAction Instance |
Method Summary | |
---|---|
java.lang.String |
display()
DGP method from Class Display |
int |
hashCode()
DGP method from Class HashCode |
static OpposeAction |
parse(java.io.InputStream inpt)
Parse an instance of OpposeAction from the given Stream |
static OpposeAction |
parse(java.io.Reader inpt)
Parse an instance of OpposeAction from the given Reader |
static OpposeAction |
parse(java.lang.String inpt)
Parse an instance of OpposeAction 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 |
---|
equals, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OpposeAction()
Method Detail |
---|
public static OpposeAction parse(java.lang.String inpt) throws scg.ParseException
scg.ParseException
public static OpposeAction parse(java.io.InputStream inpt) throws scg.ParseException
scg.ParseException
public static OpposeAction parse(java.io.Reader inpt) throws scg.ParseException
scg.ParseException
public java.lang.String display()
public java.lang.String print()
public java.lang.String toStr()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |