public final class SimplePropertyDescriptor extends StructuralPropertyDescriptor
int
or boolean
)
or some simple value type (such as String
or
InfixExpression.Operator
).ASTNode.getStructuralProperty(StructuralPropertyDescriptor)
,
ASTNode.setStructuralProperty(StructuralPropertyDescriptor, Object)
isChildListProperty, isChildProperty, isSimpleProperty
Modifier and Type | Method and Description |
---|---|
Class |
getValueType()
Returns the value type of this property.
|
boolean |
isMandatory()
Returns whether this property is mandatory.
|
getId, getNodeClass, isChildListProperty, isChildProperty, isSimpleProperty, toString
public Class getValueType()
For example, for a node type like SingleVariableDeclaration,
the "modifiers" property returns int.class
.
public boolean isMandatory()
null
if it is mandatory.true
if the property is mandatory,
and false
if it is may be null
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.