public class MapCSSRule extends Object
Modifier and Type | Field and Description |
---|---|
List<Instruction> |
declaration |
List<Selector> |
selectors |
Constructor and Description |
---|
MapCSSRule(List<Selector> selectors,
List<Instruction> declaration) |
Modifier and Type | Method and Description |
---|---|
void |
execute(Environment env)
Executes the instructions against the environment
env |
String |
toString() |
public List<Instruction> declaration
public MapCSSRule(List<Selector> selectors, List<Instruction> declaration)