| Package | Description |
|---|---|
| com.github.sommeri.less4j.core.ast | |
| com.github.sommeri.less4j.utils |
| Modifier and Type | Method and Description |
|---|---|
Comment |
Comment.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
ASTCssNode.getOpeningComments() |
List<Comment> |
ASTCssNode.getOrphanComments() |
List<Comment> |
ASTCssNode.getTrailingComments() |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTCssNode.addOpeningComments(List<Comment> openingComments) |
void |
ASTCssNode.addTrailingComments(List<Comment> comments) |
void |
ASTCssNode.setOpeningComments(List<Comment> openingComments) |
void |
ASTCssNode.setOrphanComments(List<Comment> orphanComments) |
void |
ASTCssNode.setTrailingComments(List<Comment> trailingComments) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
QuotesKeepingInStringCssPrinter.appendComments(List<Comment> comments,
boolean ensureSeparator) |
protected void |
InStringCssPrinter.appendComments(List<Comment> comments,
boolean ensureSeparator) |
protected void |
CssPrinter.appendComments(List<Comment> comments,
boolean ensureSeparator) |
Copyright © 2012-2014. All Rights Reserved.