|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mylyn.internal.wikitext.core.util.css.CssRule
public class CssRule
A rule (name and value) as defined by CSS
Field Summary | |
---|---|
int |
length
the length of the rule declaration |
String |
name
the name of the rule |
int |
nameOffset
the offset of the name of the rule |
int |
offset
the offset at which the rule was declared |
String |
value
the value of the rule |
int |
valueOffset
the offset of the value of the rule |
Constructor Summary | |
---|---|
CssRule(String name,
String value,
int offset,
int length,
int nameOffset,
int valueOffset)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final String name
public final String value
public final int offset
public final int length
public final int nameOffset
public final int valueOffset
Constructor Detail |
---|
public CssRule(String name, String value, int offset, int length, int nameOffset, int valueOffset)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |