| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 21 | 24 | 4 | 0.962 | class_body_declarations[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 21 | 50 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ArrayAccess.java |
| 2 | 21 | 50 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AssertStatement.java |
| 3 | 20 | 50 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CastExpression.java |
| 4 | 21 | 50 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CatchClause.java |
| 5 | 21 | 50 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/DoStatement.java |
| 6 | 21 | 80 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/FieldAccess.java |
| 7 | 21 | 49 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/InstanceofExpression.java |
| 8 | 21 | 50 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/LabeledStatement.java |
| 9 | 19 | 53 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MemberRef.java |
| 10 | 18 | 52 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MemberValuePair.java |
| 11 | 18 | 48 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NormalAnnotation.java |
| 12 | 20 | 55 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ParameterizedType.java |
| 13 | 21 | 127 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PostfixExpression.java |
| 14 | 21 | 143 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PrefixExpression.java |
| 15 | 20 | 57 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/QualifiedName.java |
| 16 | 19 | 71 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/QualifiedType.java |
| 17 | 18 | 51 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SingleMemberAnnotation.java |
| 18 | 20 | 56 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SuperFieldAccess.java |
| 19 | 20 | 57 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchStatement.java |
| 20 | 21 | 50 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SynchronizedStatement.java |
| 21 | 20 | 60 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TagElement.java |
| 22 | 20 | 47 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeParameter.java |
| 23 | 21 | 50 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/WhileStatement.java |
| 24 | 20 | 52 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/WildcardType.java |
| ||||
static {
List properyList = new ArrayList(3);
createPropertyList(ArrayAccess.class , properyList);
addProperty(ARRAY_PROPERTY, properyList);
addProperty(INDEX_PROPERTY, properyList);
PROPERTY_DESCRIPTORS = reapPropertyList(properyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List properyList = new ArrayList(3);
createPropertyList(AssertStatement.class , properyList);
addProperty(EXPRESSION_PROPERTY, properyList);
addProperty(MESSAGE_PROPERTY, properyList);
PROPERTY_DESCRIPTORS = reapPropertyList(properyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List properyList = new ArrayList(3);
createPropertyList(CastExpression.class , properyList);
addProperty(TYPE_PROPERTY, properyList);
addProperty(EXPRESSION_PROPERTY, properyList);
PROPERTY_DESCRIPTORS = reapPropertyList(properyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List properyList = new ArrayList(3);
createPropertyList(CatchClause.class , properyList);
addProperty(EXCEPTION_PROPERTY, properyList);
addProperty(BODY_PROPERTY, properyList);
PROPERTY_DESCRIPTORS = reapPropertyList(properyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List properyList = new ArrayList(3);
createPropertyList(DoStatement.class , properyList);
addProperty(EXPRESSION_PROPERTY, properyList);
addProperty(BODY_PROPERTY, properyList);
PROPERTY_DESCRIPTORS = reapPropertyList(properyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List properyList = new ArrayList(3);
createPropertyList(FieldAccess.class , properyList);
addProperty(EXPRESSION_PROPERTY, properyList);
addProperty(NAME_PROPERTY, properyList);
PROPERTY_DESCRIPTORS = reapPropertyList(properyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List properyList = new ArrayList(3);
createPropertyList(InstanceofExpression.class , properyList);
addProperty(LEFT_OPERAND_PROPERTY, properyList);
addProperty(RIGHT_OPERAND_PROPERTY, properyList);
PROPERTY_DESCRIPTORS = reapPropertyList(properyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List propertyList = new ArrayList(3);
createPropertyList(LabeledStatement.class , propertyList);
addProperty(LABEL_PROPERTY, propertyList);
addProperty(BODY_PROPERTY, propertyList);
PROPERTY_DESCRIPTORS = reapPropertyList(propertyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List propertyList = new ArrayList(3);
createPropertyList(MemberRef.class , propertyList);
addProperty(QUALIFIER_PROPERTY, propertyList);
addProperty(NAME_PROPERTY, propertyList);
PROPERTY_DESCRIPTORS = reapPropertyList(propertyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the AST.JLS* constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List propertyList = new ArrayList(3);
createPropertyList(MemberValuePair.class , propertyList);
addProperty(NAME_PROPERTY, propertyList);
addProperty(VALUE_PROPERTY, propertyList);
PROPERTY_DESCRIPTORS = reapPropertyList(propertyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the AST.JLS* constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List propertyList = new ArrayList(3);
createPropertyList(NormalAnnotation.class , propertyList);
addProperty(TYPE_NAME_PROPERTY, propertyList);
addProperty(VALUES_PROPERTY, propertyList);
PROPERTY_DESCRIPTORS = reapPropertyList(propertyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the AST.JLS* constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List propertyList = new ArrayList(3);
createPropertyList(ParameterizedType.class , propertyList);
addProperty(TYPE_PROPERTY, propertyList);
addProperty(TYPE_ARGUMENTS_PROPERTY, propertyList);
PROPERTY_DESCRIPTORS = reapPropertyList(propertyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List propertyList = new ArrayList(3);
createPropertyList(PostfixExpression.class , propertyList);
addProperty(OPERAND_PROPERTY, propertyList);
addProperty(OPERATOR_PROPERTY, propertyList);
PROPERTY_DESCRIPTORS = reapPropertyList(propertyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List propertyList = new ArrayList(3);
createPropertyList(PrefixExpression.class , propertyList);
addProperty(OPERATOR_PROPERTY, propertyList);
addProperty(OPERAND_PROPERTY, propertyList);
PROPERTY_DESCRIPTORS = reapPropertyList(propertyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List propertyList = new ArrayList(3);
createPropertyList(QualifiedName.class , propertyList);
addProperty(QUALIFIER_PROPERTY, propertyList);
addProperty(NAME_PROPERTY, propertyList);
PROPERTY_DESCRIPTORS = reapPropertyList(propertyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List propertyList = new ArrayList(3);
createPropertyList(QualifiedType.class , propertyList);
addProperty(QUALIFIER_PROPERTY, propertyList);
addProperty(NAME_PROPERTY, propertyList);
PROPERTY_DESCRIPTORS = reapPropertyList(propertyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List propertyList = new ArrayList(3);
createPropertyList(SingleMemberAnnotation.class , propertyList);
addProperty(TYPE_NAME_PROPERTY, propertyList);
addProperty(VALUE_PROPERTY, propertyList);
PROPERTY_DESCRIPTORS = reapPropertyList(propertyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the AST.JLS* constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List propertyList = new ArrayList(3);
createPropertyList(SuperFieldAccess.class , propertyList);
addProperty(QUALIFIER_PROPERTY, propertyList);
addProperty(NAME_PROPERTY, propertyList);
PROPERTY_DESCRIPTORS = reapPropertyList(propertyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List propertyList = new ArrayList(3);
createPropertyList(SwitchStatement.class , propertyList);
addProperty(EXPRESSION_PROPERTY, propertyList);
addProperty(STATEMENTS_PROPERTY, propertyList);
PROPERTY_DESCRIPTORS = reapPropertyList(propertyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List propertyList = new ArrayList(3);
createPropertyList(SynchronizedStatement.class , propertyList);
addProperty(EXPRESSION_PROPERTY, propertyList);
addProperty(BODY_PROPERTY, propertyList);
PROPERTY_DESCRIPTORS = reapPropertyList(propertyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List propertyList = new ArrayList(3);
createPropertyList(TagElement.class , propertyList);
addProperty(TAG_NAME_PROPERTY, propertyList);
addProperty(FRAGMENTS_PROPERTY, propertyList);
PROPERTY_DESCRIPTORS = reapPropertyList(propertyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List propertyList = new ArrayList(3);
createPropertyList(TypeParameter.class , propertyList);
addProperty(NAME_PROPERTY, propertyList);
addProperty(TYPE_BOUNDS_PROPERTY, propertyList);
PROPERTY_DESCRIPTORS = reapPropertyList(propertyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List propertyList = new ArrayList(3);
createPropertyList(WhileStatement.class , propertyList);
addProperty(EXPRESSION_PROPERTY, propertyList);
addProperty(BODY_PROPERTY, propertyList);
PROPERTY_DESCRIPTORS = reapPropertyList(propertyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| ||||
static {
List propertyList = new ArrayList(3);
createPropertyList(WildcardType.class , propertyList);
addProperty(BOUND_PROPERTY, propertyList);
addProperty(UPPER_BOUND_PROPERTY, propertyList);
PROPERTY_DESCRIPTORS = reapPropertyList(propertyList);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| |||
static {
List [[#variable646d0e40]]= new ArrayList(3);
createPropertyList( [[#variable543a8480]].class , [[#variable646d0e40]]);
addProperty( [[#variable646d0e20]], [[#variable646d0e40]]);
addProperty( [[#variable543a8400]], [[#variable646d0e40]]);
PROPERTY_DESCRIPTORS = reapPropertyList( [[#variable646d0e40]]);
}
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
*/
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the AST.JLS* constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
*/
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the
* <code>AST.JLS*</code> constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
*/
/**
* Returns a list of structural property descriptors for this node type.
* Clients must not modify the result.
*
* @param apiLevel the API level; one of the AST.JLS* constants
* @return a list of property descriptors (element type:
* {@link StructuralPropertyDescriptor})
* @since 3.0
*/
public static List propertyDescriptors(int apiLevel) {
return PROPERTY_DESCRIPTORS;
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#646d0e40]] | propertyList |
| 1 | 2 | [[#646d0e40]] | properyList |
| 1 | 3 | [[#646d0e40]] | propertyList |
| 1 | 4 | [[#646d0e40]] | propertyList |
| 1 | 5 | [[#646d0e40]] | propertyList |
| 1 | 6 | [[#646d0e40]] | propertyList |
| 1 | 7 | [[#646d0e40]] | propertyList |
| 1 | 8 | [[#646d0e40]] | propertyList |
| 1 | 9 | [[#646d0e40]] | propertyList |
| 1 | 10 | [[#646d0e40]] | propertyList |
| 1 | 11 | [[#646d0e40]] | propertyList |
| 1 | 12 | [[#646d0e40]] | propertyList |
| 1 | 13 | [[#646d0e40]] | propertyList |
| 1 | 14 | [[#646d0e40]] | propertyList |
| 1 | 15 | [[#646d0e40]] | propertyList |
| 1 | 16 | [[#646d0e40]] | propertyList |
| 1 | 17 | [[#646d0e40]] | properyList |
| 1 | 18 | [[#646d0e40]] | properyList |
| 1 | 19 | [[#646d0e40]] | propertyList |
| 1 | 20 | [[#646d0e40]] | properyList |
| 1 | 21 | [[#646d0e40]] | properyList |
| 1 | 22 | [[#646d0e40]] | properyList |
| 1 | 23 | [[#646d0e40]] | propertyList |
| 1 | 24 | [[#646d0e40]] | properyList |
| 2 | 1 | [[#543a8480]] | PostfixExpression |
| 2 | 2 | [[#543a8480]] | CastExpression |
| 2 | 3 | [[#543a8480]] | WildcardType |
| 2 | 4 | [[#543a8480]] | WhileStatement |
| 2 | 5 | [[#543a8480]] | TypeParameter |
| 2 | 6 | [[#543a8480]] | TagElement |
| 2 | 7 | [[#543a8480]] | SynchronizedStatement |
| 2 | 8 | [[#543a8480]] | SwitchStatement |
| 2 | 9 | [[#543a8480]] | SuperFieldAccess |
| 2 | 10 | [[#543a8480]] | SingleMemberAnnotation |
| 2 | 11 | [[#543a8480]] | QualifiedType |
| 2 | 12 | [[#543a8480]] | QualifiedName |
| 2 | 13 | [[#543a8480]] | PrefixExpression |
| 2 | 14 | [[#543a8480]] | NormalAnnotation |
| 2 | 15 | [[#543a8480]] | MemberRef |
| 2 | 16 | [[#543a8480]] | ParameterizedType |
| 2 | 17 | [[#543a8480]] | AssertStatement |
| 2 | 18 | [[#543a8480]] | InstanceofExpression |
| 2 | 19 | [[#543a8480]] | MemberValuePair |
| 2 | 20 | [[#543a8480]] | CatchClause |
| 2 | 21 | [[#543a8480]] | FieldAccess |
| 2 | 22 | [[#543a8480]] | DoStatement |
| 2 | 23 | [[#543a8480]] | LabeledStatement |
| 2 | 24 | [[#543a8480]] | ArrayAccess |
| 3 | 1 | [[#646d0e20]] | OPERAND_PROPERTY |
| 3 | 2 | [[#646d0e20]] | TYPE_PROPERTY |
| 3 | 3 | [[#646d0e20]] | BOUND_PROPERTY |
| 3 | 4 | [[#646d0e20]] | EXPRESSION_PROPERTY |
| 3 | 5 | [[#646d0e20]] | NAME_PROPERTY |
| 3 | 6 | [[#646d0e20]] | TAG_NAME_PROPERTY |
| 3 | 7 | [[#646d0e20]] | EXPRESSION_PROPERTY |
| 3 | 8 | [[#646d0e20]] | EXPRESSION_PROPERTY |
| 3 | 9 | [[#646d0e20]] | QUALIFIER_PROPERTY |
| 3 | 10 | [[#646d0e20]] | TYPE_NAME_PROPERTY |
| 3 | 11 | [[#646d0e20]] | QUALIFIER_PROPERTY |
| 3 | 12 | [[#646d0e20]] | QUALIFIER_PROPERTY |
| 3 | 13 | [[#646d0e20]] | OPERATOR_PROPERTY |
| 3 | 14 | [[#646d0e20]] | TYPE_NAME_PROPERTY |
| 3 | 15 | [[#646d0e20]] | QUALIFIER_PROPERTY |
| 3 | 16 | [[#646d0e20]] | TYPE_PROPERTY |
| 3 | 17 | [[#646d0e20]] | EXPRESSION_PROPERTY |
| 3 | 18 | [[#646d0e20]] | LEFT_OPERAND_PROPERTY |
| 3 | 19 | [[#646d0e20]] | NAME_PROPERTY |
| 3 | 20 | [[#646d0e20]] | EXCEPTION_PROPERTY |
| 3 | 21 | [[#646d0e20]] | EXPRESSION_PROPERTY |
| 3 | 22 | [[#646d0e20]] | EXPRESSION_PROPERTY |
| 3 | 23 | [[#646d0e20]] | LABEL_PROPERTY |
| 3 | 24 | [[#646d0e20]] | ARRAY_PROPERTY |
| 4 | 1 | [[#543a8400]] | OPERATOR_PROPERTY |
| 4 | 2 | [[#543a8400]] | EXPRESSION_PROPERTY |
| 4 | 3 | [[#543a8400]] | UPPER_BOUND_PROPERTY |
| 4 | 4 | [[#543a8400]] | BODY_PROPERTY |
| 4 | 5 | [[#543a8400]] | TYPE_BOUNDS_PROPERTY |
| 4 | 6 | [[#543a8400]] | FRAGMENTS_PROPERTY |
| 4 | 7 | [[#543a8400]] | BODY_PROPERTY |
| 4 | 8 | [[#543a8400]] | STATEMENTS_PROPERTY |
| 4 | 9 | [[#543a8400]] | NAME_PROPERTY |
| 4 | 10 | [[#543a8400]] | VALUE_PROPERTY |
| 4 | 11 | [[#543a8400]] | NAME_PROPERTY |
| 4 | 12 | [[#543a8400]] | NAME_PROPERTY |
| 4 | 13 | [[#543a8400]] | OPERAND_PROPERTY |
| 4 | 14 | [[#543a8400]] | VALUES_PROPERTY |
| 4 | 15 | [[#543a8400]] | NAME_PROPERTY |
| 4 | 16 | [[#543a8400]] | TYPE_ARGUMENTS_PROPERTY |
| 4 | 17 | [[#543a8400]] | MESSAGE_PROPERTY |
| 4 | 18 | [[#543a8400]] | RIGHT_OPERAND_PROPERTY |
| 4 | 19 | [[#543a8400]] | VALUE_PROPERTY |
| 4 | 20 | [[#543a8400]] | BODY_PROPERTY |
| 4 | 21 | [[#543a8400]] | NAME_PROPERTY |
| 4 | 22 | [[#543a8400]] | BODY_PROPERTY |
| 4 | 23 | [[#543a8400]] | BODY_PROPERTY |
| 4 | 24 | [[#543a8400]] | INDEX_PROPERTY |