All Packages Class Hierarchy This Package Previous Next Index
Class Jaja.Jaja
java.lang.Object
|
+----Jaja.Jaja
- public abstract class Jaja
- extends Object
- implements Serializable
-
EOF
- This is the single value used to mark end of files when an input
port is exhausted.
-
FALSE
-
-
NIL
- This value represents the empty list.
-
TRUE
-
-
UNSPECIFIED
- This is what is returned when nothing else seems appropriate.
-
Jaja()
-
-
currentDynamicEnvironment()
- Get current dynamic environment.
-
currentDynamicValue(String)
- Every evaluation is performed within a dynamic environment.
-
currentEvaluation()
- Get current evaluation.
-
getName()
-
-
toString()
- The generic way to print Jaja values or entities from Java:
TRUE
public static final Boolean TRUE
FALSE
public static final Boolean FALSE
NIL
public static final EmptyList NIL
- This value represents the empty list. It has its own class to
allow for messages discriminating over Pairs and EmptyList.
EOF
public static final Constant EOF
- This is the single value used to mark end of files when an input
port is exhausted.
UNSPECIFIED
public static final Value UNSPECIFIED
- This is what is returned when nothing else seems appropriate.
This is used for (begin), (if #f 1) ...
Jaja
public Jaja()
currentDynamicValue
public static Object currentDynamicValue(String s)
- Every evaluation is performed within a dynamic environment. This
method obtains the object associated with a dynamic variable.
currentDynamicEnvironment
public static DynamicEnvironment currentDynamicEnvironment()
- Get current dynamic environment.
currentEvaluation
public static Evaluation currentEvaluation()
- Get current evaluation.
toString
public String toString()
- The generic way to print Jaja values or entities from Java:
- Overrides:
- toString in class Object
getName
public String getName()
All Packages Class Hierarchy This Package Previous Next Index