public static class MapCSSRule.Declaration extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
idx |
java.util.List<Instruction> |
instructions |
| Constructor and Description |
|---|
Declaration(java.util.List<Instruction> instructions,
int idx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
void |
execute(Environment env)
Executes the instructions against the environment
env |
int |
hashCode() |
java.lang.String |
toString() |
public final java.util.List<Instruction> instructions
public final int idx
public Declaration(java.util.List<Instruction> instructions, int idx)
public void execute(Environment env)
Executes the instructions against the environment env
env - the environmentpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object