Class ASTTypeArgument

    • Method Detail

      • isWildcard

        public boolean isWildcard()
        Returns true if this node is a wildcard argument (bounded or not).
      • getTypeNode

        public ASTReferenceType getTypeNode()
        Returns the type node of this type argument. Returns null if this is a wildcard argument.