public abstract class ASTCssNode extends Object implements Cloneable
| Constructor and Description |
|---|
ASTCssNode(HiddenTokenAwareTree underlyingStructure) |
| Modifier and Type | Method and Description |
|---|---|
void |
addOpeningComments(List<Comment> openingComments) |
void |
addTrailingComments(List<Comment> comments) |
ASTCssNode |
clone() |
void |
configureParentToAllChilds() |
int |
getCharPositionInSourceLine() |
abstract List<? extends ASTCssNode> |
getChilds()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
List<Comment> |
getOpeningComments() |
List<Comment> |
getOrphanComments() |
ASTCssNode |
getParent()
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
int |
getSourceLine() |
List<Comment> |
getTrailingComments() |
abstract ASTCssNodeType |
getType() |
HiddenTokenAwareTree |
getUnderlyingStructure() |
boolean |
isFaulty() |
void |
setOpeningComments(List<Comment> openingComments) |
void |
setOrphanComments(List<Comment> orphanComments) |
void |
setParent(ASTCssNode parent)
WARNING: it is up to the programmer to keep parent and childs getters
and setters consistent.
|
void |
setTrailingComments(List<Comment> trailingComments) |
void |
setUnderlyingStructure(HiddenTokenAwareTree underlyingStructure) |
public ASTCssNode(HiddenTokenAwareTree underlyingStructure)
public abstract List<? extends ASTCssNode> getChilds()
public ASTCssNode getParent()
public void setParent(ASTCssNode parent)
public HiddenTokenAwareTree getUnderlyingStructure()
public void setUnderlyingStructure(HiddenTokenAwareTree underlyingStructure)
public abstract ASTCssNodeType getType()
public boolean isFaulty()
public int getSourceLine()
public int getCharPositionInSourceLine()
public ASTCssNode clone()
public void configureParentToAllChilds()
Copyright © 2012-2013. All Rights Reserved.