public class MixinReference extends ASTCssNode
| Constructor and Description |
|---|
MixinReference(HiddenTokenAwareTree token) |
addOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, 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()
public List<? extends ASTCssNode> getChilds()
ASTCssNodegetChilds in class ASTCssNodepublic ASTCssNodeType getType()
getType in class ASTCssNodepublic MixinReference clone()
clone in class ASTCssNodepublic List<Expression> getAllPositionalArgumentsFrom(int startIndx)
Copyright © 2012-2013. All Rights Reserved.