java.lang.Object org.eclipse.jface.text.Region org.eclipse.jface.text.TypedRegion
public class TypedRegion
Default implementation of ITypedRegion. A TypedRegion is a value object.
ITypedRegion
TypedRegion
TypedRegion (int offset, int length, String type)
boolean
equals ( Object o)
String
getType ()
int
hashCode ()
toString ()
getLength, getOffset
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public TypedRegion(int offset, int length, String type)
offset
length
type
public String getType()
getType
public boolean equals( Object o)
equals
Region
public int hashCode()
hashCode
public String toString()
toString
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.