|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iu.cnets.klatsch.expression.Expression
edu.iu.cnets.klatsch.expression.EDictionary
public class EDictionary
This expression is a dictionary literal { k0:v0, ... }.
Field Summary | |
---|---|
(package private) Pair[] |
pairList
|
Constructor Summary | |
---|---|
EDictionary(Pair[] pairList)
|
Method Summary | |
---|---|
Value |
evaluate(Runtime rt)
|
java.lang.String |
toString()
|
Methods inherited from class edu.iu.cnets.klatsch.expression.Expression |
---|
evaluateToClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
Pair[] pairList
Constructor Detail |
---|
public EDictionary(Pair[] pairList)
Method Detail |
---|
public Value evaluate(Runtime rt) throws EvaluationException
evaluate
in class Expression
EvaluationException
public java.lang.String toString()
toString
in class Expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |