All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class KQMLLayer.KQMLQuotation

KQMLLayer.KQMLExpression
   |
   +----KQMLLayer.KQMLQuotation

public class KQMLQuotation
extends KQMLExpression
KQML quote


Variable Index

 o quote

Constructor Index

 o KQMLQuotation(KQMLExpression)

Method Index

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

Variables

 o quote
 public KQMLExpression quote

Constructors

 o KQMLQuotation
 public KQMLQuotation(KQMLExpression expr)

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