Home
last modified time | relevance | path

Searched refs:TYPE_ARGUMENTS (Results 1 – 15 of 15) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/java/
H A DNdComplexTypeSignature.java39 public static final FieldOneToMany<NdTypeArgument> TYPE_ARGUMENTS; field in NdComplexTypeSignature
50 TYPE_ARGUMENTS = FieldOneToMany.create(type, NdTypeArgument.PARENT);
103 return TYPE_ARGUMENTS.asList(getNd(), this.address); in getTypeArguments()
109 long size = TYPE_ARGUMENTS.size(getNd(), this.address); in getArrayDimensionType()
113 .addProblemAddress(TYPE_ARGUMENTS, this.address) in getArrayDimensionType()
117 return TYPE_ARGUMENTS.get(getNd(), this.address, 0).getType(); in getArrayDimensionType()
H A DNdTypeArgument.java33 PARENT = FieldManyToOne.createOwner(type, NdComplexTypeSignature.TYPE_ARGUMENTS);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/comparator/
H A DMessages.java326 case IDelta.TYPE_ARGUMENTS: in getKey()
464 case IDelta.TYPE_ARGUMENTS: in getKey()
538 case IDelta.TYPE_ARGUMENTS: in getKey()
H A DClassFileComparator.java743 …this.addDelta(getElementType(element1), IDelta.ADDED, IDelta.TYPE_ARGUMENTS, this.currentDescripto… in checkGenericSignature()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/provisional/comparator/
H A DIDelta.java584 public static final int TYPE_ARGUMENTS = 47; field
H A DDeltaProcessor.java279 case IDelta.TYPE_ARGUMENTS: in isFieldCompatible()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/
H A DBindingKey.java282 KeyToSignature keyToSignature = new KeyToSignature(this.key, KeyToSignature.TYPE_ARGUMENTS); in getTypeArguments()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/
H A DKeyToSignature.java33 public static final int TYPE_ARGUMENTS = 1; field in KeyToSignature
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/problems/tests/
H A DApiProblemFactoryTests.java299 …getProblemMessageId(IApiProblem.CATEGORY_COMPATIBILITY, -1, IDelta.REMOVED, IDelta.TYPE_ARGUMENTS); in testGetProblemMessageId()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/problems/
H A DApiProblemFactory.java920 case IDelta.TYPE_ARGUMENTS: in getProblemMessageId()
/dports/java/jikes/jikes-1.22/src/
H A Dast.h357 TYPE_ARGUMENTS, enumerator
1119 : Ast(TYPE_ARGUMENTS) in AstTypeArguments()
5686 (kind == TYPE_ARGUMENTS ? this : NULL); in TypeArgumentsCast()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/comparator/tests/
H A DFieldDeltaTests.java657 assertEquals("Wrong flag", IDelta.TYPE_ARGUMENTS, child.getFlags()); //$NON-NLS-1$ in test31()
995 assertEquals("Wrong flag", IDelta.TYPE_ARGUMENTS, child.getFlags()); //$NON-NLS-1$ in test42()
H A DMethodDeltaTests.java2706 assertEquals("Wrong flag", IDelta.TYPE_ARGUMENTS, child.getFlags()); //$NON-NLS-1$ in test112()
2729 assertEquals("Wrong flag", IDelta.TYPE_ARGUMENTS, child.getFlags()); //$NON-NLS-1$ in test113()
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalagirparser.vala46 TYPE_ARGUMENTS,
1885 if (metadata.has_argument (ArgumentType.TYPE_ARGUMENTS)) {
1887 …ype, metadata.get_string (ArgumentType.TYPE_ARGUMENTS), metadata.get_source_reference (ArgumentTyp…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/util/
H A DUtil.java836 case IDelta.TYPE_ARGUMENTS: in getDeltaFlagsName()