public class MixinReference extends ASTCssNode
| Constructor and Description |
|---|
MixinReference(HiddenTokenAwareTree token) |
addOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic MixinReference(HiddenTokenAwareTree token)
public ReusableStructureName getFinalName()
public String getFinalNameAsString()
public void setFinalName(ReusableStructureName name)
public List<ReusableStructureName> getNameChain()
public boolean hasInterpolatedNameChain()
public void setNameChain(List<ReusableStructureName> nameChain)
public List<Expression> getPositionalParameters()
public int getNumberOfDeclaredParameters()
public boolean hasNamedParameter(Variable variable)
public Expression getNamedParameter(Variable variable)
public void addName(ReusableStructureName text)
public void addNames(List<ReusableStructureName> nameChain)
public boolean hasPositionalParameter(int parameterNumber)
public Expression getPositionalParameter(int parameterNumber)
public void addPositionalParameter(Expression parameter)
public void addNamedParameter(VariableDeclaration parameter)
public boolean isImportant()
public void setImportant(boolean important)
public boolean hasInterpolatedFinalName()
@NotAstProperty public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic String toString()
toString in class ASTCssNodepublic MixinReference clone()
clone in interface PubliclyCloneableclone in class ASTCssNode@NotAstProperty public List<Expression> getAllPositionalArgumentsFrom(int startIndx)
Copyright © 2012-2015. All Rights Reserved.