edu.neu.ccs.demeterf.inline.classes
Class Meth

java.lang.Object
  extended by edu.neu.ccs.demeterf.inline.classes.Meth

public class Meth
extends java.lang.Object

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

Meth

public Meth(TypeUse ret,
            ident name,
            List<TypeUse> args)
Construct a(n) Meth Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

toString

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

Overrides:
toString in class java.lang.Object

getArgs

public List<TypeUse> getArgs()
Getter for field Meth.args


getName

public ident getName()
Getter for field Meth.name


getRet

public TypeUse getRet()
Getter for field Meth.ret