All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class KQMLLayer.KQMLString

KQMLLayer.KQMLExpression
   |
   +----KQMLLayer.KQMLString

public class KQMLString
extends KQMLExpression
KQML string


Variable Index

 o string

Constructor Index

 o KQMLString(String)

Method Index

 o parse(KQMLStreamTokenizer)
generate a KQML expression from a token stream
 o toString()

Variables

 o string
 public String string

Constructors

 o KQMLString
 public KQMLString(String wrd)

Methods

 o parse
 public static KQMLExpression parse(KQMLStreamTokenizer parser) throws IOException, ParseException
generate a KQML expression from a token stream

 o toString
 public String toString()

All Packages  Class Hierarchy  This Package  Previous  Next  Index