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


Variable Index

 o expressions

Constructor Index

 o KQMLList(Vector)
KQMLList constructor

Method Index

 o parse(KQMLStreamTokenizer)
see KQMLExpression
 o toString()

Variables

 o expressions
 public Vector expressions

Constructors

 o KQMLList
 public KQMLList(Vector exprs)
KQMLList constructor

Parameters:
exprs - Vector of KQMLExpression

Methods

 o parse
 public static KQMLExpression parse(KQMLStreamTokenizer parser) throws IOException, ParseException
see KQMLExpression

 o toString
 public String toString()

All Packages  Class Hierarchy  This Package  Previous  Next  Index