| Package | Description |
|---|---|
| com.github.sommeri.less4j.core.ast | |
| com.github.sommeri.less4j.core.compiler.stages |
| Modifier and Type | Method and Description |
|---|---|
ASTCssNode.Visibility |
ASTCssNode.getVisibility() |
static ASTCssNode.Visibility |
ASTCssNode.Visibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ASTCssNode.Visibility[] |
ASTCssNode.Visibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ASTCssNode.setVisibility(ASTCssNode.Visibility isVisible) |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTManipulator.setTreeVisibility(ASTCssNode node,
ASTCssNode.Visibility visibility)
Sets visibility to node and its children.
|
Copyright © 2012–2016. All rights reserved.