|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.neu.ccs.demeterf.inline.classes.TestC
public class TestC
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 |
|---|
public TestC(FunctionClass func)
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Object
public static TestC parse(java.lang.String inpt)
throws ParseException
ParseException
public static TestC parse(java.io.InputStream inpt)
throws ParseException
ParseException
public static TestC parse(java.io.Reader inpt)
throws ParseException
ParseException
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic FunctionClass getFunc()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||