org.eclipse.emf.codegen.jet.editor.util
Class JETCompilerExt.Range

java.lang.Object
  extended by org.eclipse.emf.codegen.jet.editor.util.JETCompilerExt.Range
Enclosing class:
JETCompilerExt

public static class JETCompilerExt.Range
extends java.lang.Object


Field Summary
 int start
           
 int stop
           
 
Constructor Summary
JETCompilerExt.Range(int start, int stop, char[] chars, java.lang.String fileURI)
          Constructor for Range.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getGeneratedString()
          Method getGeneratedString.
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

start

public int start

stop

public int stop
Constructor Detail

JETCompilerExt.Range

public JETCompilerExt.Range(int start,
                            int stop,
                            char[] chars,
                            java.lang.String fileURI)
Constructor for Range.

Parameters:
start - int
stop - int
Method Detail

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getGeneratedString

public java.lang.String getGeneratedString()
Method getGeneratedString.

Returns:
String

Copyright 2006 IBM Corporation and others.
All Rights Reserved.