public class AstLogic extends Object
| Constructor and Description |
|---|
AstLogic() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canHaveArguments(ASTCssNode owner) |
static boolean |
hasNonSpaceCombinator(SimpleSelector selector) |
static boolean |
hasOwnScope(ASTCssNode node) |
protected static boolean |
isBody(ASTCssNode node) |
static boolean |
isBodyOwner(ASTCssNode node) |
static boolean |
isBubleableDirective(ASTCssNode node) |
static boolean |
isDetachedRuleset(Expression value) |
static boolean |
isExpression(ASTCssNode kid) |
static boolean |
isQuotelessUrlFunction(ASTCssNode kid) |
static void |
validateLessBodyCompatibility(ASTCssNode reference,
List<ASTCssNode> members,
ProblemsHandler problemsHandler) |
public static boolean hasOwnScope(ASTCssNode node)
public static boolean isBubleableDirective(ASTCssNode node)
public static boolean isBodyOwner(ASTCssNode node)
protected static boolean isBody(ASTCssNode node)
public static boolean canHaveArguments(ASTCssNode owner)
public static void validateLessBodyCompatibility(ASTCssNode reference, List<ASTCssNode> members, ProblemsHandler problemsHandler)
public static boolean hasNonSpaceCombinator(SimpleSelector selector)
public static boolean isQuotelessUrlFunction(ASTCssNode kid)
public static boolean isExpression(ASTCssNode kid)
public static boolean isDetachedRuleset(Expression value)
Copyright © 2012-2015. All Rights Reserved.