tcl.lang
Class CharPointer

java.lang.Object
  extended by tcl.lang.CharPointer

public class CharPointer
extends Object

Used in the Parser, this class implements the functionality of a C character pointer. CharPointers referencing the same script share a reference to one array, while maintaining there own current index into the array.


Method Summary
 String toString()
          Get the entire string held in this CharPointer's array.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Get the entire string held in this CharPointer's array.

Overrides:
toString in class Object
Returns:
A String used for debug.


Copyright © 2015. All rights reserved.