|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.neu.ccs.demeterf.demfgen.classes.FieldOrSyntax
edu.neu.ccs.demeterf.demfgen.classes.Syntax
edu.neu.ccs.demeterf.demfgen.classes.AddLine
public class AddLine
Representation of AddLine
Constructor Summary | |
---|---|
AddLine()
Construct a(n) AddLine Instance |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Is the given object Equal to this AddLine? |
static AddLine |
parse(java.io.InputStream inpt)
Parse an instance of AddLine from the given Stream |
static AddLine |
parse(java.io.Reader inpt)
Parse an instance of AddLine from the given Reader |
static AddLine |
parse(java.lang.String inpt)
Parse an instance of AddLine from the given String |
java.lang.String |
print()
DGP method from Class Print |
Methods inherited from class edu.neu.ccs.demeterf.demfgen.classes.Syntax |
---|
isSyntax |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AddLine()
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static AddLine parse(java.lang.String inpt) throws ParseException
ParseException
public static AddLine parse(java.io.InputStream inpt) throws ParseException
ParseException
public static AddLine parse(java.io.Reader inpt) throws ParseException
ParseException
public java.lang.String print()
print
in class Syntax
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |