|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.neu.ccs.demeterf.demfgen.classes.LookDef
public abstract class LookDef
Representation of LookDef
Constructor Summary | |
---|---|
LookDef()
Construct a(n) LookDef Instance |
Method Summary | |
---|---|
boolean |
isLook()
|
int |
look()
|
static LookDef |
parse(java.io.InputStream inpt)
Parse an instance of LookDef from the given Stream |
static LookDef |
parse(java.io.Reader inpt)
Parse an instance of LookDef from the given Reader |
static LookDef |
parse(java.lang.String inpt)
Parse an instance of LookDef from the given String |
java.lang.String |
print()
DGP method from Class Print |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LookDef()
Method Detail |
---|
public static LookDef parse(java.lang.String inpt) throws ParseException
ParseException
public static LookDef parse(java.io.InputStream inpt) throws ParseException
ParseException
public static LookDef parse(java.io.Reader inpt) throws ParseException
ParseException
public boolean isLook()
public int look()
public java.lang.String print()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |