public class NamedColorExpression extends ColorExpression
| Constructor and Description |
|---|
NamedColorExpression(HiddenTokenAwareTree token,
String colorName) |
| Modifier and Type | Method and Description |
|---|---|
NamedColorExpression |
clone() |
static Map<String,String> |
getAllNames() |
String |
getColorName() |
static boolean |
isColorName(String value) |
void |
setColorName(String colorName) |
getBlue, getChilds, getGreen, getRed, getType, getValue, setValue, toStringaddOpeningComments, addTrailingComments, configureParentToAllChilds, getCharPositionInSourceLine, getOpeningComments, getOrphanComments, getParent, getSourceLine, getTrailingComments, getUnderlyingStructure, isFaulty, setOpeningComments, setOrphanComments, setParent, setTrailingComments, setUnderlyingStructurepublic NamedColorExpression(HiddenTokenAwareTree token, String colorName)
public String getColorName()
public void setColorName(String colorName)
public static boolean isColorName(String value)
public NamedColorExpression clone()
clone in class ColorExpressionCopyright © 2012-2013. All Rights Reserved.