| Modifier and Type | Method and Description |
|---|---|
ASTCssNode |
NotACssException.getNode() |
| Constructor and Description |
|---|
NotACssException(ASTCssNode node) |
| Modifier and Type | Class and Description |
|---|---|
class |
Body<T extends ASTCssNode> |
| Modifier and Type | Method and Description |
|---|---|
ASTCssNode |
ASTCssNode.clone() |
ASTCssNode |
PseudoClass.getParameter() |
ASTCssNode |
ASTCssNode.getParent()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
| Modifier and Type | Method and Description |
|---|---|
List<ASTCssNode> |
KeyframesBody.getBody() |
List<ASTCssNode> |
Viewport.getChilds() |
List<? extends ASTCssNode> |
VariableNamePart.getChilds() |
List<? extends ASTCssNode> |
Variable.getChilds() |
List<ASTCssNode> |
SimpleSelector.getChilds() |
List<? extends ASTCssNode> |
SignedExpression.getChilds() |
List<? extends ASTCssNode> |
SelectorOperator.getChilds() |
List<? extends ASTCssNode> |
SelectorCombinator.getChilds() |
List<? extends ASTCssNode> |
SelectorAttribute.getChilds() |
List<? extends ASTCssNode> |
Selector.getChilds() |
List<? extends ASTCssNode> |
RuleSet.getChilds() |
List<? extends ASTCssNode> |
ReusableStructureName.getChilds() |
List<? extends ASTCssNode> |
ReusableStructure.getChilds() |
List<? extends ASTCssNode> |
PseudoElement.getChilds() |
List<? extends ASTCssNode> |
PseudoClass.getChilds() |
List<? extends ASTCssNode> |
ParenthesesExpression.getChilds() |
List<ASTCssNode> |
PageMarginBox.getChilds() |
List<ASTCssNode> |
Page.getChilds() |
List<? extends ASTCssNode> |
NumberExpression.getChilds() |
List<? extends ASTCssNode> |
Nth.getChilds() |
List<? extends ASTCssNode> |
NestedSelectorAppender.getChilds() |
List<ASTCssNode> |
NamedExpression.getChilds() |
List<? extends ASTCssNode> |
Name.getChilds() |
List<? extends ASTCssNode> |
MixinReference.getChilds() |
List<? extends ASTCssNode> |
MediumType.getChilds() |
List<? extends ASTCssNode> |
MediumModifier.getChilds() |
List<? extends ASTCssNode> |
Medium.getChilds() |
List<? extends ASTCssNode> |
MediaQuery.getChilds() |
List<? extends ASTCssNode> |
MediaExpressionFeature.getChilds() |
List<? extends ASTCssNode> |
MediaExpression.getChilds() |
List<ASTCssNode> |
Media.getChilds() |
List<? extends ASTCssNode> |
KeyframesName.getChilds() |
List<ASTCssNode> |
KeyframesBody.getChilds() |
List<ASTCssNode> |
Keyframes.getChilds() |
List<? extends ASTCssNode> |
InterpolableName.getChilds() |
List<? extends ASTCssNode> |
IdSelector.getChilds() |
List<ASTCssNode> |
IdentifierExpression.getChilds() |
List<? extends ASTCssNode> |
GuardCondition.getChilds() |
List<? extends ASTCssNode> |
Guard.getChilds() |
List<? extends ASTCssNode> |
FunctionExpression.getChilds() |
List<? extends ASTCssNode> |
FixedNamePart.getChilds() |
List<? extends ASTCssNode> |
FaultyExpression.getChilds() |
List<? extends ASTCssNode> |
ExpressionOperator.getChilds() |
List<? extends ASTCssNode> |
EscapedValue.getChilds() |
List<? extends ASTCssNode> |
EscapedSelector.getChilds() |
List<? extends ASTCssNode> |
Declaration.getChilds() |
List<? extends ASTCssNode> |
CssString.getChilds() |
List<? extends ASTCssNode> |
CssClass.getChilds() |
List<? extends ASTCssNode> |
ComposedExpression.getChilds() |
List<? extends ASTCssNode> |
ComparisonExpressionOperator.getChilds() |
List<? extends ASTCssNode> |
ComparisonExpression.getChilds() |
List<? extends ASTCssNode> |
Comment.getChilds() |
List<? extends ASTCssNode> |
ColorExpression.getChilds() |
List<? extends ASTCssNode> |
CharsetDeclaration.getChilds() |
abstract List<? extends ASTCssNode> |
ASTCssNode.getChilds()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
List<? extends ASTCssNode> |
AbstractVariableDeclaration.getChilds() |
List<ASTCssNode> |
ReusableStructure.getMandatoryParameters() |
List<ASTCssNode> |
ReusableStructure.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
Media.addChild(ASTCssNode child) |
void |
MediaQuery.addMember(ASTCssNode member)
May throw class cast exception if the member in parameter is
does not have the right type.
|
void |
Body.addMembersAfter(List<? extends T> nestedRulesets,
ASTCssNode kid) |
void |
ReusableStructure.addParameter(ASTCssNode parameter) |
void |
PseudoClass.setParameter(ASTCssNode parameter) |
void |
NestedSelectorAppender.setParent(ASTCssNode parent) |
void |
ASTCssNode.setParent(ASTCssNode parent)
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
| Constructor and Description |
|---|
FaultyExpression(ASTCssNode cause) |
PseudoClass(HiddenTokenAwareTree token,
String name,
ASTCssNode parameter) |
| Constructor and Description |
|---|
GeneralBody(HiddenTokenAwareTree underlyingStructure,
List<ASTCssNode> members) |
KeyframesBody(HiddenTokenAwareTree underlyingStructure,
List<ASTCssNode> declarations) |
RuleSetsBody(HiddenTokenAwareTree underlyingStructure,
List<ASTCssNode> declarations) |
| Modifier and Type | Method and Description |
|---|---|
ASTCssNode |
LessToCssCompiler.compileToCss(StyleSheet less) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
ExpressionEvaluator.joinAll(List<Expression> allArguments,
ASTCssNode parent) |
| Modifier and Type | Method and Description |
|---|---|
static Scope |
Scope.createDefaultScope(ASTCssNode owner) |
static Scope |
Scope.createScope(ASTCssNode owner,
List<String> names,
Scope parent) |
static Scope |
Scope.createScope(ASTCssNode owner,
String name,
Scope parent) |
static Scope |
Scope.createUnnamedScope(ASTCssNode owner,
Scope parent) |
Scope |
Scope.getChildOwnerOf(ASTCssNode body) |
| Constructor and Description |
|---|
Scope(ASTCssNode owner,
List<String> names) |
Scope(ASTCssNode owner,
List<String> names,
Scope parent) |
Scope(ASTCssNode owner,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Scope |
ScopeExtractor.extractScope(ASTCssNode node) |
Object |
ASTManipulator.getPropertyValue(ASTCssNode object,
PropertyDescriptor descriptor) |
static boolean |
AstLogic.hasOwnScope(ASTCssNode node) |
void |
ASTManipulator.removeFromBody(ASTCssNode node) |
void |
ASTManipulator.removeFromClosestBody(ASTCssNode node) |
void |
ASTManipulator.replace(ASTCssNode oldChild,
ASTCssNode newChild) |
void |
ASTManipulator.replaceInBody(ASTCssNode oldNode,
List<ASTCssNode> newNodes) |
void |
ReferencesSolver.solveReferences(ASTCssNode node,
Scope scope) |
static void |
AstLogic.validateCssBodyCompatibility(ASTCssNode reference,
List<ASTCssNode> members,
ProblemsHandler problemsHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTManipulator.replaceInBody(ASTCssNode oldNode,
List<ASTCssNode> newNodes) |
static void |
AstLogic.validateCssBodyCompatibility(ASTCssNode reference,
List<ASTCssNode> members,
ProblemsHandler problemsHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
LessAstValidator.validate(ASTCssNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemsHandler.undefinedVariable(String name,
ASTCssNode ifErrorNode) |
void |
ProblemsHandler.unsupportedKeyframesMember(ASTCssNode errorNode) |
void |
ProblemsHandler.wrongMemberBroughtIntoBody(ASTCssNode reference,
ASTCssNode member,
ASTCssNode parent) |
| Constructor and Description |
|---|
BugHappened(String message,
ASTCssNode offendingNode) |
BugHappened(Throwable th,
ASTCssNode object) |
CompilationError(ASTCssNode offendingNode,
String message) |
CompilationWarning(ASTCssNode offendingNode,
String message) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ASTCssNode> |
ArraysUtils.deeplyClonedList(List<T> list) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CssPrinter.append(ASTCssNode node)
returns whether the output changed as a result of the operation
|
boolean |
CssPrinter.switchOnType(ASTCssNode node) |
static String |
PrintUtils.toLocation(ASTCssNode node) |
static String |
PrintUtils.toTypeName(ASTCssNode node) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CssPrinter.appendBodyOptimizeDuplicates(Body<? extends ASTCssNode> body) |
Copyright © 2012-2013. All Rights Reserved.