All Packages Class Hierarchy This Package Previous Next Index
Class KQMLLayer.KQMLList
KQMLLayer.KQMLExpression
|
+----KQMLLayer.KQMLList
- public class KQMLList
- extends KQMLExpression
KQMLList is representation of KQML list and a parser of
KQML list
-
expressions
-
-
KQMLList(Vector)
- KQMLList constructor
-
parse(KQMLStreamTokenizer)
- see KQMLExpression
-
toString()
-
expressions
public Vector expressions
KQMLList
public KQMLList(Vector exprs)
- KQMLList constructor
- Parameters:
- exprs - Vector of KQMLExpression
parse
public static KQMLExpression parse(KQMLStreamTokenizer parser) throws IOException, ParseException
- see KQMLExpression
toString
public String toString()
All Packages Class Hierarchy This Package Previous Next Index