Home
last modified time | relevance | path

Searched refs:hasTypeArguments (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/ridljar/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java218 public boolean hasTypeArguments() { in hasTypeArguments() method in TypeDescription
219 return hasTypeArguments; in hasTypeArguments()
392 this.hasTypeArguments = args != null; in TypeDescription()
713 private final boolean hasTypeArguments; field in TypeDescription
/AOO41X/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A DUnmarshal.java347 if (ctype.hasTypeArguments()) { in readAnyValue()
361 return type.hasTypeArguments() in readAnyValue()