-
public final class ValueData for a simple selector (these are delimited by commas in a selector list).
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtextprivate final SourceRangerange
-
Constructor Summary
Constructors Constructor Description Value(String text, SourceRange range)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final SourceRangecomponent2()final Valuecopy(String text, SourceRange range)final StringgetText()Value text. final SourceRangegetRange()Value range in the underlying resource (if available). -
-
Constructor Detail
-
Value
Value(String text, SourceRange range)
-
-
Method Detail
-
component1
final String component1()
-
component2
final SourceRange component2()
-
copy
final Value copy(String text, SourceRange range)
-
getRange
final SourceRange getRange()
Value range in the underlying resource (if available).
-
-
-
-