php.java.bridge
Class ParserTag

java.lang.Object
  extended by php.java.bridge.ParserTag

 class ParserTag
extends java.lang.Object

This structure carries the parsed tag and the arguments.

Author:
jostb

Field Summary
 short n
          The number of strings.
 ParserString[] strings
          The strings.
 
Constructor Summary
protected ParserTag(int n)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

n

public short n
The number of strings.


strings

public ParserString[] strings
The strings.

Constructor Detail

ParserTag

protected ParserTag(int n)