org.eclipse.emf.codegen.jet.editor.util
Class JETDocumentReader

java.lang.Object
  extended by org.eclipse.emf.codegen.jet.editor.util.JETDocumentReader

public class JETDocumentReader
extends java.lang.Object

Version:
$Revision: 1.2 $

Field Summary
static int EOF
           
 
Constructor Summary
JETDocumentReader(org.eclipse.jface.text.IDocument document, int documentOffset)
          Constructor for JETDocumentReader.
 
Method Summary
 char readBackward()
          Method readBackward.
 char readForward()
          Method readForward.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EOF

public static final int EOF
See Also:
Constant Field Values
Constructor Detail

JETDocumentReader

public JETDocumentReader(org.eclipse.jface.text.IDocument document,
                         int documentOffset)
Constructor for JETDocumentReader.

Parameters:
document - IDocument
documentOffset - int
Method Detail

readForward

public char readForward()
Method readForward.

Returns:
char

readBackward

public char readBackward()
Method readBackward.

Returns:
char

Copyright 2006 IBM Corporation and others.
All Rights Reserved.