Java com.google.common.css.compiler.ast CssDeclarationNode fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.css.compiler.ast CssDeclarationNode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.css.compiler.ast CssDeclarationNode.

The text is from its open source code.

Constructor

CssDeclarationNode(CssPropertyNode propertyName, List comments)
Constructor of a node representing a CSS declaration.
CssDeclarationNode(CssPropertyNode propertyName, CssPropertyValueNode propertyValue)
Constructor of a node representing a CSS declaration.

Method

CssPropertyNodegetPropertyName()
CssPropertyValueNodegetPropertyValue()