public class KeywordExpression extends IdentifierExpression
| Constructor and Description |
|---|
KeywordExpression(HiddenTokenAwareTree underlyingStructure) |
KeywordExpression(HiddenTokenAwareTree underlyingStructure,
String value,
boolean isImportant) |
| Modifier and Type | Method and Description |
|---|---|
KeywordExpression |
clone() |
boolean |
isImportant() |
void |
setImportant(boolean isImportant) |
getChilds, getType, getValue, setValue, toStringgetScope, hasScope, setScope, splitByCommaaddOpeningComments, addTrailingComment, addTrailingComments, configureParentToAllChilds, getOpeningComments, getOrphanComments, getParent, getSource, getSourceColumn, getSourceLine, getTrailingComments, getUnderlyingStructure, hasParent, isFaulty, isSilent, setOpeningComments, setOrphanComments, setParent, setSilent, setTrailingComments, setUnderlyingStructurepublic KeywordExpression(HiddenTokenAwareTree underlyingStructure)
public KeywordExpression(HiddenTokenAwareTree underlyingStructure, String value, boolean isImportant)
public boolean isImportant()
public void setImportant(boolean isImportant)
public KeywordExpression clone()
clone in interface PubliclyCloneableclone in class IdentifierExpressionCopyright © 2012-2015. All Rights Reserved.