Java org.eclipse.jdt.core.dom StructuralPropertyDescriptor fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.dom StructuralPropertyDescriptor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.dom StructuralPropertyDescriptor.

The text is from its open source code.

Method

StringgetId()
Returns the id of this property.
booleanisChildListProperty()
Returns whether this property is a child list property (instance of ChildListPropertyDescriptor .
booleanisChildProperty()
Returns whether this property is a child property (instance of ChildPropertyDescriptor .
booleanisSimpleProperty()
Returns whether this property is a simple property (instance of SimplePropertyDescriptor .