|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Range | |
---|---|
com.google.gwt.core.ext.soyc | This package contains interfaces that provide access to "Story of Your Compile" information. |
Uses of Range in com.google.gwt.core.ext.soyc |
---|
Fields in com.google.gwt.core.ext.soyc with type parameters of type Range | |
---|---|
static java.util.Comparator<Range> |
Range.DEPENDENCY_ORDER_COMPARATOR
Sorts Ranges so that a Range will be preceeded by any Ranges that enclose it. |
static java.util.Comparator<Range> |
Range.SOURCE_ORDER_COMPARATOR
Sorts Ranges into the order in which they would appear in the source code based on start position and end position. |
Methods in com.google.gwt.core.ext.soyc with parameters of type Range | |
---|---|
boolean |
Range.contains(Range o)
Return true if the given Range lies wholly within the Range. |
|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |