tcl.lang
Class BackSlashResult

java.lang.Object
  extended by tcl.lang.BackSlashResult

public class BackSlashResult
extends Object

Encapsulates the replacement for a backslash in the parser


Field Summary
 char c
          character to replace backslash sequence with
 boolean isWordSep
           
 int nextIndex
          script index that follows backslash sequence
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c

public char c
character to replace backslash sequence with


nextIndex

public int nextIndex
script index that follows backslash sequence


isWordSep

public boolean isWordSep


Copyright © 2015. All rights reserved.