|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.computing.ai.planning.CompileTimeObject
public abstract class CompileTimeObject
All the objects at compile time are instances of classes that are derived from this abstract class.
| Constructor Summary | |
|---|---|
CompileTimeObject()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
toCode()
This abstract function produces the Java code needed to implement this compile time element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompileTimeObject()
| Method Detail |
|---|
public abstract java.lang.String toCode()
String.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||