|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJSHOP2.CompileTimeObject
public abstract class CompileTimeObject
All the objects at compile time are instances of classes that are derived from this abstract class.
Field Summary | |
---|---|
(package private) static java.lang.String |
endl
The new line character in the platform JSHOP2 is running on. |
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 |
Field Detail |
---|
static final java.lang.String endl
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 |