|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.neu.ccs.demeterf.inline.classes.Meth
public class Meth
Representation of Meth
Nested Class Summary | |
---|---|
static class |
Meth.args
Field Class for Meth.args |
static class |
Meth.name
Field Class for Meth.name |
static class |
Meth.ret
Field Class for Meth.ret |
Constructor Summary | |
---|---|
Meth(TypeUse ret,
ident name,
List<TypeUse> args)
Construct a(n) Meth Instance |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Is the given object Equal to this Meth? |
List<TypeUse> |
getArgs()
Getter for field Meth.args |
ident |
getName()
Getter for field Meth.name |
TypeUse |
getRet()
Getter for field Meth.ret |
static Meth |
parse(java.io.InputStream inpt)
Parse an instance of Meth from the given Stream |
static Meth |
parse(java.io.Reader inpt)
Parse an instance of Meth from the given Reader |
static Meth |
parse(java.lang.String inpt)
Parse an instance of Meth from the given String |
java.lang.String |
toString()
DGP method from Class PrintToString |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Meth(TypeUse ret, ident name, List<TypeUse> args)
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static Meth parse(java.lang.String inpt) throws ParseException
ParseException
public static Meth parse(java.io.InputStream inpt) throws ParseException
ParseException
public static Meth parse(java.io.Reader inpt) throws ParseException
ParseException
public java.lang.String toString()
toString
in class java.lang.Object
public List<TypeUse> getArgs()
public ident getName()
public TypeUse getRet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |