CloneSet75


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
202230.966class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12047
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnonymousClassDeclaration.java
22043
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ArrayInitializer.java
32045
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ArrayType.java
41943
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Block.java
52044
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BooleanLiteral.java
62043
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BreakStatement.java
72043
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CharacterLiteral.java
82043
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ContinueStatement.java
92046
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ExpressionStatement.java
101743
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MarkerAnnotation.java
112042
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NumberLiteral.java
121943
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ParenthesizedExpression.java
1320170
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PrimitiveType.java
141943
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ReturnStatement.java
151849
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SimpleName.java
161942
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SimpleType.java
172042
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/StringLiteral.java
181946
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchCase.java
191945
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TextElement.java
201948
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ThisExpression.java
212043
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ThrowStatement.java
221943
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeLiteral.java
Clone Instance
1
Line Count
20
Source Line
47
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/AnonymousClassDeclaration.java

        static {
                List properyList = new ArrayList(2);
                createPropertyList(AnonymousClassDeclaration.class , properyList);
                addProperty(BODY_DECLARATIONS_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;
        }


Clone Instance
2
Line Count
20
Source Line
43
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ArrayInitializer.java

        static {
                List properyList = new ArrayList(2);
                createPropertyList(ArrayInitializer.class , properyList);
                addProperty(EXPRESSIONS_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;
        }


Clone Instance
3
Line Count
20
Source Line
45
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ArrayType.java

        static {
                List properyList = new ArrayList(2);
                createPropertyList(ArrayType.class , properyList);
                addProperty(COMPONENT_TYPE_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;
        }


Clone Instance
4
Line Count
19
Source Line
43
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/Block.java

        static {
                List properyList = new ArrayList(2);
                createPropertyList(Block.class , properyList);
                addProperty(STATEMENTS_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;
        }


Clone Instance
5
Line Count
20
Source Line
44
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BooleanLiteral.java

        static {
                List properyList = new ArrayList(2);
                createPropertyList(BooleanLiteral.class , properyList);
                addProperty(BOOLEAN_VALUE_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;
        }


Clone Instance
6
Line Count
20
Source Line
43
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BreakStatement.java

        static {
                List properyList = new ArrayList(2);
                createPropertyList(BreakStatement.class , properyList);
                addProperty(LABEL_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;
        }


Clone Instance
7
Line Count
20
Source Line
43
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/CharacterLiteral.java

        static {
                List properyList = new ArrayList(2);
                createPropertyList(CharacterLiteral.class , properyList);
                addProperty(ESCAPED_VALUE_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;
        }


Clone Instance
8
Line Count
20
Source Line
43
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ContinueStatement.java

        static {
                List properyList = new ArrayList(2);
                createPropertyList(ContinueStatement.class , properyList);
                addProperty(LABEL_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;
        }


Clone Instance
9
Line Count
20
Source Line
46
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ExpressionStatement.java

        static {
                List properyList = new ArrayList(2);
                createPropertyList(ExpressionStatement.class , 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;
        }


Clone Instance
10
Line Count
17
Source Line
43
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MarkerAnnotation.java

        static {
                List propertyList = new ArrayList(2);
                createPropertyList(MarkerAnnotation.class , propertyList);
                addProperty(TYPE_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})
         */
        public static List propertyDescriptors(int apiLevel) {
                return PROPERTY_DESCRIPTORS;
        }


Clone Instance
11
Line Count
20
Source Line
42
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/NumberLiteral.java

        static {
                List propertyList = new ArrayList(2);
                createPropertyList(NumberLiteral.class , propertyList);
                addProperty(TOKEN_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;
        }


Clone Instance
12
Line Count
19
Source Line
43
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ParenthesizedExpression.java

        static {
                List propertyList = new ArrayList(2);
                createPropertyList(ParenthesizedExpression.class , propertyList);
                addProperty(EXPRESSION_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;
        }


Clone Instance
13
Line Count
20
Source Line
170
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/PrimitiveType.java

        static {
                List propertyList = new ArrayList(2);
                createPropertyList(PrimitiveType.class , propertyList);
                addProperty(PRIMITIVE_TYPE_CODE_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;
        }


Clone Instance
14
Line Count
19
Source Line
43
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ReturnStatement.java

        static {
                List propertyList = new ArrayList(2);
                createPropertyList(ReturnStatement.class , propertyList);
                addProperty(EXPRESSION_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;
        }


Clone Instance
15
Line Count
18
Source Line
49
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SimpleName.java

        static {
                List propertyList = new ArrayList(2);
                createPropertyList(SimpleName.class , propertyList);
                addProperty(IDENTIFIER_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;
        }


Clone Instance
16
Line Count
19
Source Line
42
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SimpleType.java

        static {
                List propertyList = new ArrayList(2);
                createPropertyList(SimpleType.class , 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;
        }


Clone Instance
17
Line Count
20
Source Line
42
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/StringLiteral.java

        static {
                List propertyList = new ArrayList(2);
                createPropertyList(StringLiteral.class , propertyList);
                addProperty(ESCAPED_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
         * <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;
        }


Clone Instance
18
Line Count
19
Source Line
46
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/SwitchCase.java

        static {
                List propertyList = new ArrayList(2);
                createPropertyList(SwitchCase.class , propertyList);
                addProperty(EXPRESSION_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;
        }


Clone Instance
19
Line Count
19
Source Line
45
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TextElement.java

        static {
                List propertyList = new ArrayList(2);
                createPropertyList(TextElement.class , propertyList);
                addProperty(TEXT_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;
        }


Clone Instance
20
Line Count
19
Source Line
48
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ThisExpression.java

        static {
                List propertyList = new ArrayList(2);
                createPropertyList(ThisExpression.class , propertyList);
                addProperty(QUALIFIER_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;
        }


Clone Instance
21
Line Count
20
Source Line
43
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ThrowStatement.java

        static {
                List propertyList = new ArrayList(2);
                createPropertyList(ThrowStatement.class , propertyList);
                addProperty(EXPRESSION_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;
        }


Clone Instance
22
Line Count
19
Source Line
43
Source File
plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeLiteral.java

        static {
                List propertyList = new ArrayList(2);
                createPropertyList(TypeLiteral.class , propertyList);
                addProperty(TYPE_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;
        }


Clone AbstractionParameter Count: 3Parameter Bindings

static {
  List  [[#variablea52cd3a0]]= new ArrayList(2);
  createPropertyList( [[#variableb5751580]].class ,  [[#variablea52cd3a0]]);
  addProperty( [[#variableb5751680]],  [[#variablea52cd3a0]]);
  PROPERTY_DESCRIPTORS = reapPropertyList( [[#variablea52cd3a0]]);
}

/**
         * 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 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})
         * @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 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a52cd3a0]]
properyList 
12[[#a52cd3a0]]
propertyList 
13[[#a52cd3a0]]
properyList 
14[[#a52cd3a0]]
properyList 
15[[#a52cd3a0]]
propertyList 
16[[#a52cd3a0]]
properyList 
17[[#a52cd3a0]]
propertyList 
18[[#a52cd3a0]]
propertyList 
19[[#a52cd3a0]]
propertyList 
110[[#a52cd3a0]]
propertyList 
111[[#a52cd3a0]]
propertyList 
112[[#a52cd3a0]]
propertyList 
113[[#a52cd3a0]]
propertyList 
114[[#a52cd3a0]]
propertyList 
115[[#a52cd3a0]]
propertyList 
116[[#a52cd3a0]]
propertyList 
117[[#a52cd3a0]]
properyList 
118[[#a52cd3a0]]
properyList 
119[[#a52cd3a0]]
properyList 
120[[#a52cd3a0]]
properyList 
121[[#a52cd3a0]]
properyList 
122[[#a52cd3a0]]
propertyList 
21[[#b5751580]]
AnonymousClassDeclaration 
22[[#b5751580]]
MarkerAnnotation 
23[[#b5751580]]
ContinueStatement 
24[[#b5751580]]
ArrayInitializer 
25[[#b5751580]]
NumberLiteral 
26[[#b5751580]]
ExpressionStatement 
27[[#b5751580]]
PrimitiveType 
28[[#b5751580]]
ReturnStatement 
29[[#b5751580]]
SimpleName 
210[[#b5751580]]
SimpleType 
211[[#b5751580]]
StringLiteral 
212[[#b5751580]]
SwitchCase 
213[[#b5751580]]
TextElement 
214[[#b5751580]]
ThisExpression 
215[[#b5751580]]
ThrowStatement 
216[[#b5751580]]
TypeLiteral 
217[[#b5751580]]
ArrayType 
218[[#b5751580]]
Block 
219[[#b5751580]]
BooleanLiteral 
220[[#b5751580]]
BreakStatement 
221[[#b5751580]]
CharacterLiteral 
222[[#b5751580]]
ParenthesizedExpression 
31[[#b5751680]]
BODY_DECLARATIONS_PROPERTY 
32[[#b5751680]]
TYPE_NAME_PROPERTY 
33[[#b5751680]]
LABEL_PROPERTY 
34[[#b5751680]]
EXPRESSIONS_PROPERTY 
35[[#b5751680]]
TOKEN_PROPERTY 
36[[#b5751680]]
EXPRESSION_PROPERTY 
37[[#b5751680]]
PRIMITIVE_TYPE_CODE_PROPERTY 
38[[#b5751680]]
EXPRESSION_PROPERTY 
39[[#b5751680]]
IDENTIFIER_PROPERTY 
310[[#b5751680]]
NAME_PROPERTY 
311[[#b5751680]]
ESCAPED_VALUE_PROPERTY 
312[[#b5751680]]
EXPRESSION_PROPERTY 
313[[#b5751680]]
TEXT_PROPERTY 
314[[#b5751680]]
QUALIFIER_PROPERTY 
315[[#b5751680]]
EXPRESSION_PROPERTY 
316[[#b5751680]]
TYPE_PROPERTY 
317[[#b5751680]]
COMPONENT_TYPE_PROPERTY 
318[[#b5751680]]
STATEMENTS_PROPERTY 
319[[#b5751680]]
BOOLEAN_VALUE_PROPERTY 
320[[#b5751680]]
LABEL_PROPERTY 
321[[#b5751680]]
ESCAPED_VALUE_PROPERTY 
322[[#b5751680]]
EXPRESSION_PROPERTY