Interface GenericDeclarationDescriptor
- All Superinterfaces:
ByteCodeDescriptor,com.buschmais.xo.api.CompositeObject,com.buschmais.jqassistant.core.store.api.model.Descriptor,JavaByteCodeDescriptor,JavaDescriptor
@Label("GenericDeclaration")
public interface GenericDeclarationDescriptor
extends JavaByteCodeDescriptor, com.buschmais.jqassistant.core.store.api.model.Descriptor
-
Method Summary
Methods inherited from interface com.buschmais.xo.api.CompositeObject
as, getDelegate, getId
-
Method Details
-
resolveTypeParameter
@Cypher("MATCH (declaration:GenericDeclaration) WHERE id(declaration)=$this MERGE (declaration)-[:DECLARES_TYPE_PARAMETER{index:$index}]->(typeParameter:Java:ByteCode:Bound:TypeVariable) RETURN typeParameter") TypeVariableDescriptor resolveTypeParameter(int index)
-