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

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

public class TestC
extends java.lang.Object

Representation of TestC


Nested Class Summary
static class TestC.func
          Field Class for TestC.func
 
Constructor Summary
TestC(FunctionClass func)
          Construct a(n) TestC Instance
 
Method Summary
 boolean equals(java.lang.Object o)
          Is the given object Equal to this TestC?
 FunctionClass getFunc()
          Getter for field TestC.func
static void main(java.lang.String[] args)
           
static TestC parse(java.io.InputStream inpt)
          Parse an instance of TestC from the given Stream
static TestC parse(java.io.Reader inpt)
          Parse an instance of TestC from the given Reader
static TestC parse(java.lang.String inpt)
          Parse an instance of TestC 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

TestC

public TestC(FunctionClass func)
Construct a(n) TestC Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

toString

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

Overrides:
toString in class java.lang.Object

getFunc

public FunctionClass getFunc()
Getter for field TestC.func