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